You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add a new feature allowing administrator to create Role that they can assign to Users, each role will contain a set of permissions that we can use on the Cell we are linked to.
Expected behavior
Administrators can manage Role (create/update/delete)
Administrators can link some permissions to a Role
Administrators can link a User to a Cell with a given Role
Administrators can remove link between a User and a Cell
Current behavior
Only administrators can manage Cell for the moment and it's a problem since some administrators should not have the right to manage ALL the Cell
Potential solution
Here is a potential UML diagram for the solution:
Here is an example of role model that can be used:
We want to add a new feature allowing administrator to create
Role
that they can assign toUsers
, each role will contain a set of permissions that we can use on theCell
we are linked to.Expected behavior
Role
(create/update/delete)Role
User
to aCell
with a givenRole
User
and aCell
Current behavior
Only administrators can manage
Cell
for the moment and it's a problem since some administrators should not have the right to manage ALL theCell
Potential solution
Here is a potential UML diagram for the solution:
Here is an example of role model that can be used:
The text was updated successfully, but these errors were encountered: