Skip to content
Snippets Groups Projects
  1. Mar 08, 2019
  2. Mar 03, 2019
  3. Feb 03, 2019
  4. Jan 06, 2019
  5. Dec 13, 2018
  6. Dec 06, 2018
  7. Oct 09, 2018
  8. Oct 03, 2018
  9. Oct 02, 2018
  10. Oct 01, 2018
  11. Sep 30, 2018
    • robinwilliam.hundt's avatar
      Student passwords can now be set when exporting · c2c45ecc
      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.
      c2c45ecc
  12. Sep 29, 2018
  13. Aug 14, 2018
  14. Aug 12, 2018
  15. Aug 09, 2018
  16. Aug 07, 2018
  17. Aug 05, 2018
  18. Jun 01, 2018
  19. May 31, 2018
  20. May 26, 2018
  21. Apr 16, 2018
  22. Mar 24, 2018
  23. Mar 21, 2018
  24. Mar 20, 2018
  25. 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
    • robinwilliam.hundt's avatar
      Added VisibleCommentFeedbackSerializer · 81ea7844
      robinwilliam.hundt authored
      Only Comments that are `visible_to_student=True` will be serialized. For some weird reason i had to resort to a little hack in the serializer, see the comment inside the `get_feedback_lines()` method of the serializer for context.
      I choose to not remove Feedback that is not final from the response of the student submissions endpoint (as outlined in #91) and will instead show a message in the frontend. This is easier to implement and potentially better for debugging in the frontend.
      81ea7844
Loading