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
This is the current Roles Feature:
What about if we give managers the ability to create users, define roles and control acces policies within its realm?
Is probably nice to have this iterative design so we would be able to build structures like this one:
I asked chatGPT for potential problems with this and after comparing Role Based Acces Control vs Attribute Based Acces Control, suggested an hybrid solution.
This is the current Roles Feature:
What about if we give managers the ability to create users, define roles and control acces policies within its realm?
Is probably nice to have this iterative design so we would be able to build structures like this one:
-ADMIM
——user1
——user2
——MANAGER1
————user3
————MANAGER2
——————-user4
——MANAGER3
————user5
where ADMIN has hypervision privileges to see and manage all its descendents, and MANAGER1 can do the same for user3 and user4 but not for user5
The text was updated successfully, but these errors were encountered: