Skip to content
AdrianHarwood edited this page Jul 4, 2024 · 4 revisions

RSE_Team_Logo

Documentation is organised by page of the app in this wiki.

Access Control and Role Types

CapX has its own role-based access control database (RBAC DB). Users authenticate using the UoM CAS system and the app then looks up their user ID in the RBAC DB. The following role types are available:

  • Superuser - Access to all pages; automatically follows newly-created projects; can edit all data; can add new users to the RBAC DB; can add new timesheets.
  • Manager - Access to all but Access and Timesheet pages; can follow projects; can view notes; can edit owned projects and all people.
  • Developer - Limited access to all but Access and Timesheet pages; can only view their own person information and information associated with projects they own; cannot follow projects or see notes.

Clone this wiki locally