-
Notifications
You must be signed in to change notification settings - Fork 11
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 concept of Administrator #65
Comments
@rossfuhrman Would it make sense to use a gem like cancan and/or rolify here? |
That would knock out #66 as well. |
Was looking into this, and I agree with CanCanCan and maybe Rolify too. Ross just implemented 'One Admin to Rule Them All' for orgs, but there will be more than one admin for both Charter and the separate Orgs, and these two get us to there. Not sure that is MVP though. Railscasts include some videos about implementing the original CanCan that I found helpful. |
I'd recommend Pundit :) |
I do think using a gem for authorization is probably a good idea. |
Pundit looks good! |
@mobjohnson are you working on this? I'm happy to if it's up for grabs. |
@jacobherrington no, i am not. go for it!!! :) and thanks for your help. it will be AWESOME. |
It looks like this issue was addressed by PR #76, should this be closed or is there still more work that needs to be done? |
Several of our other issues reference the idea of Amanda the website Administrator, but we do not have any way of specifying that a given user is an admin.
I'm thinking maybe we can just add an 'admin' flag on the user record so we can determine which users are an admin.
The text was updated successfully, but these errors were encountered: