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

Pool-specific admin permissions #10

Open
liddiard opened this issue May 21, 2020 · 0 comments
Open

Pool-specific admin permissions #10

liddiard opened this issue May 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@liddiard
Copy link
Owner

liddiard commented May 21, 2020

Ideally we could restrict bot admins to perform actions relating to a specific pool only. This would require setting up a custom permission using Django's permissions framework, and it would probably also include extending the User model which could be a bit of work.

edit: Extending the user seems like more trouble than it's worth; probably better to just have a one-to-one model to store User permissions. See Option 2 here.

@liddiard liddiard added the enhancement New feature or request label May 21, 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