Skip to content
Snippets Groups Projects
  1. Sep 23, 2022
  2. May 25, 2022
  3. Aug 09, 2021
  4. Jul 29, 2021
  5. Jul 12, 2021
  6. May 17, 2021
  7. May 10, 2021
  8. Mar 16, 2021
  9. Feb 18, 2020
  10. Feb 11, 2020
  11. Oct 12, 2019
  12. Jul 02, 2019
  13. Feb 14, 2019
    • Dominik Seeger's avatar
      renamed students to participants · cc8ffc0f
      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.
      cc8ffc0f
  14. Jan 25, 2019
  15. Oct 02, 2018
  16. Sep 30, 2018
  17. Sep 29, 2018
  18. Aug 10, 2018
  19. Aug 03, 2018
  20. May 31, 2018
  21. May 26, 2018
  22. Mar 21, 2018
  23. Mar 20, 2018
  24. Mar 11, 2018
    • robinwilliam.hundt's avatar
      Reviewer can activate/deactivate student access · 10f2a6fc
      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
      10f2a6fc
  25. Feb 18, 2018
  26. Feb 17, 2018
    • robinwilliam.hundt's avatar
      Feedback History · b811df9a
      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
      b811df9a
  27. Feb 16, 2018
    • robinwilliam.hundt's avatar
      Feedback can now be updated during validation · 54941e9b
      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
      54941e9b
Loading