User Management

Users are managed through the Django admin system where some common operations can be done such as:

  • Add user
  • Delete user
  • Assign group(s) to user 
  • Active/unactive user
  • etc...

Roles

The following roles are relevant for the Project Delivery Process workflow and they are implemented as Django's Groups which can be assigned to any User.

  • Project Approver
  • Project Manager
  • Project Reviewer

Project Manager role

A User might be also assigned the Project Manager role through the Data and Metadata delivery user interface where he can be assigned altogether to a Project.