- Mar 21, 2019
-
-
Dominik Seeger authored
-
- Feb 14, 2019
-
-
robinwilliam.hundt authored
fixes #137
-
Dominik Seeger authored
-
Dominik Seeger authored
For now, every occurence of "student/s" that is visible to the user has been renamed to "participant". We should however think about how we adress the naming in the future.
-
- Jan 25, 2019
-
-
Dominik Seeger authored
-
- Jan 06, 2019
-
-
robinwilliam.hundt authored
-
- Dec 09, 2018
-
-
Dominik Seeger authored
-
- Dec 07, 2018
-
-
Dominik Seeger authored
-
Dominik Seeger authored
-
- Sep 30, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
also removed one passible cause for memory leak. Feedback was unnecesarily stored in the store under state.feedback
-
- Sep 29, 2018
-
-
robinwilliam.hundt authored
Use postgres:9.6 is ci
-
- Sep 27, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Sep 26, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Aug 12, 2018
-
-
robinwilliam.hundt authored
Nearly completed typing the whole store!
-
- Aug 10, 2018
-
-
robinwilliam.hundt authored
-
- Aug 06, 2018
-
-
robinwilliam.hundt authored
-
- Aug 05, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Aug 03, 2018
-
-
robinwilliam.hundt authored
-
- May 26, 2018
-
-
robinwilliam.hundt authored
-
- May 05, 2018
-
-
robinwilliam.hundt authored
The student page will no longer crash should there be no feedback objects for submissions and display a message to the user explaining that the submission hasn't been corrected due to the exam beeing pass only.
-
- Apr 05, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Mar 22, 2018
-
-
robinwilliam.hundt authored
-
- Mar 21, 2018
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Added HIDE/SHOW FEEDBACK Button in submission Correction top toolbar to toggle the visibilty of all comments (own as well as others). Open editors are not closed.
-
- Feb 19, 2018
-
-
robinwilliam.hundt 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
-
-
robinwilliam.hundt authored
Solution Syntax highlighting
-
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
-
- 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
-
- 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
-
-
robinwilliam.hundt authored
Routing is ow dynmacilly handled by selector components. E.g. the LayoutSelector will render as the correct Layout depending on the logged in users role. This allows to simply route to e.g. '/home/ and the StartPageSelector will determine if StudentPage or TutorStartPage should be displayed.
-