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

Decouple "StaffRoles" and "Rights" #30

Open
3 tasks
dbroeglin opened this issue May 12, 2024 · 0 comments
Open
3 tasks

Decouple "StaffRoles" and "Rights" #30

dbroeglin opened this issue May 12, 2024 · 0 comments

Comments

@dbroeglin
Copy link
Owner

Currently, Rights to do some actions on Taikai (implemented via Pundit) are coupled to StaffRole. This causes several issues:

  • What if the same person has several StaffRoles
  • What if a person has a StaffRole that is incompatible with what she does in terms of managing PiKaichu for the Taikai
  • Should we have some rules applied in terms of who can have which StaffRole?

This issue is meant to discuss, design and implement a decoupling between StaffRoles and Rights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

1 participant