- Aug 14, 2019
-
-
Dominik Seeger authored
-
- 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
-
Also removed path endpoint for this model since it wasnt used
-
-
-
-
- Mar 31, 2019
-
-
robinwilliam.hundt authored
also some quality of life ui improvements
-
- Mar 03, 2019
-
-
robinwilliam.hundt authored
Using multiprocessing.Lock to synchronize access to creation of Assignment fixes #130
-
- 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
-
- Dec 13, 2018
-
-
robinwilliam.hundt authored
-
added tests for new instance export
-
- Oct 03, 2018
-
-
robinwilliam.hundt authored
-
- Oct 02, 2018
-
-
robinwilliam.hundt authored
-
- Sep 30, 2018
-
-
robinwilliam.hundt authored
The former student data endpoint /export/csv/ has been replaces by /export/json/ . This new endpoint exports the data as normal json. It also allows the client to send setPasswords: true as an option which will results in random passwords beign generated for all students and included in the export data.
-
- 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
-
- Aug 07, 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/
-
- Apr 16, 2018
-
-
robinwilliam.hundt authored
-
- 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
-
-
robinwilliam.hundt authored
-
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 19, 2018
-
-
- Feb 18, 2018
-
-
Jan Maximilian Michal authored
* This means a 2x - 10x performace boost especially for the student and the feedback endpoint
-
Jan Maximilian Michal authored
-
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
-
-
Jan Maximilian Michal authored
-
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
* Reviewer feedback cannot be edited by tutors (despite assignments) * Tutors can always edit feedback for which they have an assignment * Reviewer is allowed to change anything anytime
-