Class: Role
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Role
- Defined in:
- app/models/role.rb
Overview
#82 new Roles and Users
Reported by Magee | August 9th, 2010 @ 02:11 PM
Currently we should have four roles (three in the system right now). They are effectively as follows:
-
Reader – users with login accounts who can
view contents of sections but not edit anything.
-
Editor – users with the ability to add or edit
content to the system. These are the users for whom an “edit” button displays on content details pages allowing them to make changes (or an “add” button as appropriate)
-
Administrator – users who have administrative
rights to the system to add users, etc.
-
Superuser – Magee and Jake
There may not be any system behaviors defined for Superusers. They may strictly be Conceptual Roles to describe users who may make backend or other changes outside of the scope of normal system operations. If necessary, a system role may be added in the future to address functions only for that group.