From 7a6be5cc9a6e79310ddf02d7fa836bf38dd56f7c Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 27 Oct 2016 11:36:25 +0200 Subject: [PATCH 1/4] wip - basic structure --- User-documentation.md | 54 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 3 deletions(-) diff --git a/User-documentation.md b/User-documentation.md index a2a94b7..fd1e898 100644 --- a/User-documentation.md +++ b/User-documentation.md @@ -2,8 +2,56 @@ ## Student -## Lecturer +### Authentication -## Author of exercise +#### Registration -## Administrator \ No newline at end of file +#### Login + +#### Forgotten password + +### User profile + +#### Update user profile + +#### Email notifications + +### Groups + +#### Group membership + +#### Assigned exercises + +#### Submission of assignment and its evaluation + +#### Results of submission + + +## Group supervisor + +### Groups + +#### Management + +#### Assignment of exercise + +#### Students submissions + +### Exercises + +#### Create exercise + +#### Fork exercise + +#### Update exercise + + +## Administrator + +### Groups + +### Users management + +#### Roles in ReCodEx + +#### Delete user \ No newline at end of file From 245d862c1997f433ba1c82dbb5cb24eebff68022 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 27 Oct 2016 11:51:15 +0200 Subject: [PATCH 2/4] user-doc links updated --- Home.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Home.md b/Home.md index e9ef51f..d06aaa8 100644 --- a/Home.md +++ b/Home.md @@ -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]] + * [[Lecturer|User documentation#group-supervisor]] * [[Administrator|User documentation#administrator]] * [[Overall architecture]] * [[Description|Overall architecture#description]] From aabb458f62b1c84896934dbc3638946d3e32dcac Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 27 Oct 2016 11:51:33 +0200 Subject: [PATCH 3/4] ... --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d06aaa8..c710da4 100644 --- a/Home.md +++ b/Home.md @@ -9,7 +9,7 @@ * [[Terminology|Introduction#terminology]] * [[User documentation]] * [[Student|User documentation#student]] - * [[Lecturer|User documentation#group-supervisor]] + * [[Group supervisor|User documentation#group-supervisor]] * [[Administrator|User documentation#administrator]] * [[Overall architecture]] * [[Description|Overall architecture#description]] From 67f38c2044b435da6913b9045008e9c7c7ee8189 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 27 Oct 2016 11:56:11 +0200 Subject: [PATCH 4/4] todos --- User-documentation.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/User-documentation.md b/User-documentation.md index fd1e898..72204ba 100644 --- a/User-documentation.md +++ b/User-documentation.md @@ -5,39 +5,49 @@ ### 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 @@ -53,5 +63,7 @@ ### Users management #### Roles in ReCodEx +// TODO: some description what is there -#### Delete user \ No newline at end of file +#### Delete user +// TODO: probably one and only action which can admin do with users \ No newline at end of file