Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. May 31, 2018
  3. May 26, 2018
  4. May 05, 2018
  5. Apr 16, 2018
  6. Apr 12, 2018
  7. Apr 05, 2018
  8. Mar 24, 2018
  9. Mar 22, 2018
  10. Mar 21, 2018
  11. Mar 20, 2018
  12. Mar 16, 2018
  13. Mar 11, 2018
  14. Feb 20, 2018
  15. Feb 19, 2018
  16. Feb 18, 2018
  17. 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
  18. Feb 16, 2018
    • robinwilliam.hundt's avatar
      Accommodate breaking API changes · 8a63786c
      robinwilliam.hundt authored
      Impplemented skip functionality when correcting
      
      Subscriptions are now deletable
      
      Added tqdm to requierements
      8a63786c
    • 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
  19. Feb 08, 2018
  20. Feb 07, 2018
    • robinwilliam.hundt's avatar
      subscription Sidebar component / Routing rework · d53deb54
      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.
      d53deb54
  21. Feb 06, 2018
  22. Feb 05, 2018
Loading