- Dec 02, 2019
-
-
robinwilliam.hundt authored
Also UserAccounts can now be added to groups and assignments can be filtered based on groups
-
- Sep 03, 2019
-
-
robinwilliam.hundt authored
Tutors and reviewers can now add comments to individual lines of the provided solution. The comments are short polled.
-
- May 26, 2018
-
-
robinwilliam.hundt authored
Endpoint offers detail endpoint /change_password/ Endpoint offers list endpoint /me/
-
- Mar 21, 2018
-
-
Jan Maximilian Michal authored
-
- Feb 19, 2018
-
-
- Feb 16, 2018
-
-
robinwilliam.hundt authored
Impplemented skip functionality when correcting Subscriptions are now deletable Added tqdm to requierements
-
robinwilliam.hundt authored
Changed jwt auth endpoints `/api-token-auth/` to `/api/get-token/` `/api-token-refresh/` to `/api/refresh-token/` Added student list page Added submission serializer for student list view Bare student list view is now implemented for the reviewer He is able to view a searchable and sortable list of all students in the left pane of the window and their submissions on the right side Fixed /?#/ bug on login page Added `feedback_created`/`feedback_validated` counts to TutorSerializer Added basic tutor overview Added student overview help card When going to the student overview page, a help card is shown on the right side which is replaced when viewing a submission
-
- Feb 07, 2018
-
-
Jan Maximilian Michal authored
* Added more tests for feedback view * Now each view is included in one file that are held in the package views instead of using one big file * Did the same this for serializers * Now using ListSerializer to implement the custom behaviour * Also refactored the feedback serializers and models and removed the FeedbackLine model * The serializers are simpler now * Renamed 'is_final' on FeedbackComment to 'visible_to_student'
-