This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
stats:role:admin [2011/09/28 23:39] Patrick Michel created |
stats:role:admin [2011/10/01 11:08] (current) Patrick Michel [Admin Role] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Administrators mostly have access to the procedures at the top level, i.e. [[:stats:schema:stats]], and those in the section [[:stats:schema:account]]. | Administrators mostly have access to the procedures at the top level, i.e. [[:stats:schema:stats]], and those in the section [[:stats:schema:account]]. | ||
| + | ===== Access Rights ===== | ||
| + | |||
| + | An admin in general could be allowed to see anything, but its unnecessary and redundant. What he has to be able to see though, are the [[:stats:schema:account]] section in total and the top level elements with their attributes of the [[:stats:schema:exercise]] and [[:stats:schema:exam]] sections. | ||
| ===== Procedures ===== | ===== Procedures ===== | ||
| + | |||
| + | ==== System Creation ==== | ||
| + | |||
| + | To be able to list this procedure //somewhere//, it is listed here. However, it is not actually a procedure which you would call for an existing system, obviously. | ||
| + | |||
| + | {{page>stats:proc:createEmptyStats&noheader&nofooter}} | ||
| + | |||
| + | |||
| + | ==== Sub-System Creation ==== | ||
| + | |||
| + | {{page>stats:proc:createExercise&noheader&nofooter}} | ||
| + | {{page>stats:proc:createExam&noheader&nofooter}} | ||
| + | |||
| + | {{page>stats:proc:changeAttributes (Exercise)&noheader&nofooter}} | ||
| + | {{page>stats:proc:changeAttributes (Exam)&noheader&nofooter}} | ||
| + | |||
| + | {{page>stats:proc:deleteExercise&noheader&nofooter}} | ||
| + | {{page>stats:proc:deleteExam&noheader&nofooter}} | ||
| + | |||
| + | ==== Account Management ==== | ||
| + | |||
| + | {{page>stats:proc:createAccount&noheader&nofooter}} | ||
| + | {{page>stats:proc:changeAttributes (Account)&noheader&nofooter}} | ||
| + | {{page>stats:proc:deleteAccount&noheader&nofooter}} | ||
| + | |||
| + | |||
| + | ==== Right Management ==== | ||
| {{page>stats:proc:grantAdminRights&noheader&nofooter}} | {{page>stats:proc:grantAdminRights&noheader&nofooter}} | ||
| + | {{page>stats:proc:grantAssistantRights&noheader&nofooter}} | ||
| + | {{page>stats:proc:grantExaminerRights&noheader&nofooter}} | ||
| {{page>stats:proc:revokeAdminRights&noheader&nofooter}} | {{page>stats:proc:revokeAdminRights&noheader&nofooter}} | ||
| + | {{page>stats:proc:revokeAssistantRights&noheader&nofooter}} | ||
| + | {{page>stats:proc:revokeExaminerRights&noheader&nofooter}} | ||
| + | |||
| + | ==== Student Role ==== | ||
| + | |||
| + | Normal accounts are created by admins, while students can create an account for themselves, which then has to have a student ID already. So there two procedures make only sense for admins, in the context of general right management. I put it into a separate section, however, to point out the oddity. | ||
| + | |||
| + | {{page>stats:proc:addStudentId&noheader&nofooter}} | ||
| + | {{page>stats:proc:removeStudentId&noheader&nofooter}} | ||
| + | |||
| + | |||