Skip to content
Snippets Groups Projects
  1. May 18, 2018
  2. May 05, 2018
  3. Apr 16, 2018
  4. Apr 12, 2018
  5. Apr 05, 2018
  6. Mar 24, 2018
  7. Mar 22, 2018
  8. Mar 21, 2018
  9. Mar 20, 2018
  10. Mar 16, 2018
  11. 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
      Cleaned up StudentViews / Added test output · 5ba3ed77
      robinwilliam.hundt authored
      closes #91
      5ba3ed77
    • 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
  12. Feb 21, 2018
  13. Feb 20, 2018
  14. Feb 19, 2018
Loading