Overview
The feature comes as a new plugin 'project_certification'. The plugin holds the information about "project owners". There can be only one project owner per project and there must be one project owner in a project.
Functional requirement
At project creation
- the one who created the project will automatically become "project owner".
On project dashboard
- When "Project Team" (projectmembers) widget is being used, the admin that is owner is highlighted (there is a tooltip on the owner badge that describe project owner role to be displayed as a tooltip)
In project administration, project admin access
- There is a new tab for project certification
- The tab displays the current owner + desc about what is the role of project owner (as in widget's tooltip)
In project administration, members management
- project owner cannot be removed from project members nor project admin (shall he want to do so, he would need to transfer his ownership first)
Technical requirement
Owner is set / updated with a REST call so it can be used outside web ui (in automation script). This endpoint can be used only by site admin (or delegated site admin). The REST route must ensure that selected user is a valid project administrator of the project.
There is also an end point to read project owner of a project. This endpoint can be accessed by project admins and site admins.