-
Notifications
You must be signed in to change notification settings - Fork 8
As a CMS administrator, I want roles so that I can assign them to my users. #74
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
Comments
So far I've implemented content editor, content admin and site admin roles in the prototype. From https://github.com/18F/nsf/issues/70 it appears that we'll want the following:
@RPentola, does the above sound correct to you? What permissions/responsibilities do NSF webmasters have? |
@fureigh Currently the webmasters have roles outside the actual systems. I would assume that going forward, working in a CMS, they would need author and editor access. What do we mean by admin? Creating/dropping users? There's a possibility that role would be devolved down to the webmasters. Currently they don't have this kind of control. As far as creating/changing site layouts (as an admin) -- I don't know if this would go to the webmasters. It might stay with IDB. We'll need to talk about that with Theresa/Peggy/Ellen and see what they think. Might be a WIG decision. |
@RPentola Great questions. We can assign different permissions to different roles. What (if anything) are webmasters able to do that editors can't? |
@fureigh At this point I think that an editor could do anything an author could. So you could structure it pretty simply with an author doing x, y, z and an editor having privileges to do x, y, z, and a, b, c |
@RPentola What should the values of a, b and c be? And is there anything webmasters can do that editors can’t? |
@fureigh OK, I'm going to SWAG it for now:
Does that work for now? We can/should refine further as we go into actual user testing. |
@RPentola Yep, that works for now! Thanks. :) |
This is complete. |
User story
As a CMS administrator, I want roles so that I can assign them to my users.
Acceptance criteria
Definition of done
The text was updated successfully, but these errors were encountered: