- Aug 09, 2021
-
-
Jakob Dieterle authored
-
Jakob Dieterle authored
-
Jakob Dieterle authored
-
Jakob Dieterle authored
-
Jakob Dieterle authored
-
- May 11, 2021
-
-
Jakob Dieterle authored
-
- Nov 23, 2020
-
-
Dominik Seeger authored
-
- Jun 18, 2020
-
-
Dominik Seeger authored
-
- Jun 04, 2020
-
-
Dominik Seeger authored
Additionally, we added a setting to optionally include example solutions for the students to see during their review.
-
- Feb 19, 2020
-
-
- Feb 18, 2020
-
-
Dominik Seeger authored
-
- Feb 07, 2020
-
-
Dominik Seeger authored
-
- Dec 03, 2019
-
-
robinwilliam.hundt authored
also fixed bug with auto logout
-
- Dec 02, 2019
-
-
robinwilliam.hundt authored
Also UserAccounts can now be added to groups and assignments can be filtered based on groups
-
- Oct 13, 2019
-
- Oct 02, 2019
-
-
robinwilliam.hundt authored
This allows the reviewer to track students across different views in the frontend or map an entry in the FeedbackHistory list to a natural person
-
- 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.
-
- Jul 02, 2019
-
-
Also in the Feedbackhistory it is now possible to filter by excluding labels. This way, a user can filter for all Submissions did not compile but were not empty
-
-
-
- Jan 06, 2019
-
-
robinwilliam.hundt authored
Removed unused frontend dependency
-
added instance export e2e test Swapped Logout button and slot postion Logout is now always a the far left e2e tests are now using one browser instance per TestClass Statistics endpoint now checks if there are submissiontypes available Fixed race cond. in e2e test and bug in stats endpoint Added function_tests to flake8 check Added id "logout" to logout button Using --cache-from in build step Increased implicit wait for e2e test
-
- Oct 02, 2018
-
-
robinwilliam.hundt authored
-
- Sep 29, 2018
-
-
robinwilliam.hundt authored
Solution is no longer displayed on student page because it may contain grading information which has been changed during the grading process and would thus confuse the student
-
- Aug 09, 2018
-
-
robinwilliam.hundt authored
-
- May 31, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- May 26, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Endpoint offers detail endpoint /change_password/ Endpoint offers list endpoint /me/
-
- Mar 24, 2018
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
* All views (except the feedback view) do not have a N+1 issue * Some serializer method fields are now precomputed in annotations * TODO: Automate the performance tests to ensure performance stays high * Ran isort
-
- Mar 21, 2018
-
-
Jan Maximilian Michal authored
-
- Mar 11, 2018
-
-
robinwilliam.hundt authored
The reviewer has the option to activate and deactivate all students access via the web interface in the student overview. The corresponding endpoints are additional list routes on the student viewset. Tests are in test_reviewer_viewset.py
-
- Feb 18, 2018
-
-
Jan Maximilian Michal authored
* This means a 2x - 10x performace boost especially for the student and the feedback endpoint
-
robinwilliam.hundt authored
Student names in Subscription list for reviewer Short polling on orig Feedback Refresh button student list FeedbackComment visiblity indication SubscriptionEnded page Right side of student overview is sticky Statistics overview
-
Jan Maximilian Michal authored
-
- Feb 17, 2018
-
-
robinwilliam.hundt authored
Implemented Feedback History Table incl. search Side Note: When searching the table, should the resulting filtered arr be <= than size 10 all those submissions will be prefetched if not already present and the user is able to instantanously view the submission. NICE! Added Tests and sticky beahvior for feedback hist Inactive subscriptions are shown Added subscription refresh button Fixed jwt refresh and auto logout Added feedback link Visual cue of final status in student overview Correct Student for reviewer
-
Jan Maximilian Michal authored
-