Petr Stefan 8 years ago
commit 03446d4db1

@ -9,8 +9,7 @@
* [[Terminology|Introduction#terminology]] * [[Terminology|Introduction#terminology]]
* [[User documentation]] * [[User documentation]]
* [[Student|User documentation#student]] * [[Student|User documentation#student]]
* [[Lecturer|User documentation#lecturer]] * [[Group supervisor|User documentation#group-supervisor]]
* [[Author of exercise|User documentation#author-of-exercise]]
* [[Administrator|User documentation#administrator]] * [[Administrator|User documentation#administrator]]
* [[Overall architecture]] * [[Overall architecture]]
* [[Description|Overall architecture#description]] * [[Description|Overall architecture#description]]

@ -2,8 +2,68 @@
## Student ## Student
## Lecturer ### Authentication
## Author of exercise #### Registration
// TODO: normal, cas
## Administrator #### Login
#### Forgotten password
// TODO: only for normal
### User profile
#### Update user profile
// TODO: change of password included in this
#### Email notifications
// TODO: not implemented yet
### Groups
#### Group membership
// TODO: list of groups, join, leave
#### Assigned exercises
// TODO: deadlines, etc
#### Submission of assignment and its evaluation
#### Results of submission
// TODO: points, bonus point, etc
## Group supervisor
### Groups
#### Management
// TODO: create sub-group, delete sub-group, change parameters of group
#### Assignment of exercise
// TODO: howto assign, de-assign
#### Students submissions
// TODO: list of them, submitted files, etc
### Exercises
// TODO: not implemented yet
#### Create exercise
#### Fork exercise
#### Update exercise
## Administrator
### Groups
### Users management
#### Roles in ReCodEx
// TODO: some description what is there
#### Delete user
// TODO: probably one and only action which can admin do with users
Loading…
Cancel
Save