Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add group tree structure #40

Open
Edward-Upton opened this issue Aug 26, 2022 · 0 comments
Open

Add group tree structure #40

Edward-Upton opened this issue Aug 26, 2022 · 0 comments

Comments

@Edward-Upton
Copy link
Contributor

Allow groups to have parents and child groups. Parent groups would automatically inherit any permissions of children, for example, group Admin being a parent of group Exec.

This would also mean if a user has a group X, they have all permissions of groups that are children to X.

Using what is effectively a graph can have complexity with recursive calls, or detecting and adding transitivity.

@Edward-Upton Edward-Upton added enhancement New feature or request low-priority labels Aug 26, 2022
@Edward-Upton Edward-Upton added this to To do in Fully Customizable Platform via automation Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low-priority
Development

No branches or pull requests

1 participant