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

change role system #8

Open
kateray opened this issue Aug 16, 2013 · 0 comments
Open

change role system #8

kateray opened this issue Aug 16, 2013 · 0 comments

Comments

@kateray
Copy link
Contributor

kateray commented Aug 16, 2013

Change the role system so there are 3 possible tax-related roles for Users, for dashboard permissions. The business case here is that trustees shouldn't be able to see what other trustees are pledging (or really, what anyone is pledging on a month-by-month basis) - only the manager of the tax gets to see that.

Currently:
User-level roles:

  • Admin
  • Trustee

Tax-level roles:

  • Manager
  • Funder

Desired:
User-level roles:

  • Admin (for global access to all the taxes)

Tax-level roles:

  • Manager (manages the tax, can do user management like promoting an existing user in the system to a Trustee of that tax)
  • Trustee (can see tax dashboard)
  • Funder (can only see their own account)

Trustee is a flag on the User, but I think this is wrong and should be removed
Trustee should be a new Role type instead

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

No branches or pull requests

1 participant