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 more advanced permissions to trees #112

Open
star4z opened this issue Apr 28, 2020 · 0 comments
Open

Add more advanced permissions to trees #112

star4z opened this issue Apr 28, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@star4z
Copy link
Owner

star4z commented Apr 28, 2020

Users should be able to change on their own trees:

  • Universal permissions
  • Permissions of individual users
  • Permissions of a group

Users should also be able to create a group to make it easier to manage permissions for multiple users of the tree.

I think this should be implemented by a Permission object that contains foreign key references to a user or group and a tree, and also contains a permission level. Suggested permission levels: Read, Write, Blocked. Default for every tree would be universal blocked, with the exception of the creator.

Obviously, if Django has an option to do something like this already, use Django's option. (Django definitely contains logic for creating and storing groups, and some stuff on permissions. Note that the permissions may not be what we're looking for.)

@star4z star4z added the enhancement New feature or request label Aug 10, 2020
@star4z star4z added this to the 1.0 milestone Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant