- Feb 19, 2018
-
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Fixed subscription deletion Added welcome Jumbotron with some nice info/links Some work on start page Added feedback_stage_for_user to feedback serializer This field will contain the feedback stage of the subscription for which the requesting user has created this feedback. This is needed to correctly give the choice to set the final attribute in the frontend. Fix final checkbox frontend Fix disappearing names in feedback list
-
- Feb 18, 2018
-
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Solution Syntax highlighting
-
Jan Maximilian Michal authored
* This means a 2x - 10x performace boost especially for the student and the feedback endpoint
-
Jan Maximilian Michal authored
-
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
-
-
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
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Feb 16, 2018
-
-
Jan Maximilian Michal authored
-
-
Jan Maximilian Michal authored
-
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
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
-
- Feb 15, 2018
-
-
Jan Maximilian Michal authored
* Also restructured the converter script so it handles mixed (gap and source code) export files as well * Added a sad hack that enables using a base url
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Feb 11, 2018
-
-
robinwilliam.hundt authored
-
- Feb 10, 2018
-
-
Jan Maximilian Michal authored
* Also made minor modifications to assignment endpoint
-
Jan Maximilian Michal authored
* 'submission_pk' -> 'submission' on AssignmentSerializer * subscription now uniformly use the private key of a model that they want to receive submissions from * introduced remaining and available fields on subscription * query key and type are now checked
-
Jan Maximilian Michal authored
* It is now possible to 'deactivate subscriptions via the delete http verb * This is not exactly what was specified in #92 but should achieve the same result. Instead of introducing a depleted field, subscriptions can distinguish if they are fully depleted or just temporarily. The method does not involve any overhead. * Refactorings in the subscription model to increase readability * Creating a subscription does not have side effects (creates no assignment) Other minor changes * Assignments are now implicitly checked if feedback is created * using the assignment endpoint to create subscriptions instead of subscription endpoint Closes #93 and #92.
-