Management Client and Server

The custom management client and server will be designed using the basic architecture described in this article, although obviously using Google App Engine would not meet the project requirements so the infratsructure provided by GAE will be replicated in the Server Docker Container.

TODO ADD ARTICLE

The basic functionality of the management client will be:

  • Allow the creation and deletion of projects on the server Allow the addition and removal of users to projects

  • Allow the management of access rights given to users

  • Turn particular services on or off for a project

  • Control of branches (i.e. versions) of a particular project

  • Other data management tasks to be specified

It is really expected that this tool should only be used by the adminstrator (possibly sysadmin or project managor) for the project. This is not a user level tool.

Last updated