Petr Stefan 8 years ago
commit 03446d4db1

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

@ -2,8 +2,68 @@
## Student
## Lecturer
### Authentication
#### Registration
// TODO: normal, cas
#### 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
## Author of 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