Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Apr 16, 2020
  3. Dec 03, 2019
  4. Dec 02, 2019
  5. Oct 13, 2019
  6. Oct 12, 2019
  7. Sep 03, 2019
  8. Aug 31, 2019
  9. Aug 15, 2019
  10. Aug 14, 2019
  11. Jul 02, 2019
  12. Mar 29, 2019
  13. Mar 08, 2019
  14. Oct 01, 2018
  15. Aug 05, 2018
  16. Mar 24, 2018
  17. Mar 21, 2018
  18. Mar 20, 2018
  19. Feb 19, 2018
  20. Feb 17, 2018
  21. Feb 10, 2018
    • Jan Maximilian Michal's avatar
      Migrated everything to UUID fields for primary keys · d62e564c
      Jan Maximilian Michal authored
      * 'submission_pk' -> 'submission' on AssignmentSerializer
      * subscription now uniformly use the private key of a model
        that they want to receive submissions from
      * introduced remaining and available fields on subscription
      * query key and type are now checked
      d62e564c
    • Jan Maximilian Michal's avatar
      Subscription enhancements · d1cf3af2
      Jan Maximilian Michal authored
      * It is now possible to 'deactivate subscriptions via the delete
        http verb
      * This is not exactly what was specified in #92 but should achieve
        the same result. Instead of introducing a depleted field,
        subscriptions can distinguish if they are fully depleted or just
        temporarily. The method does not involve any overhead.
      * Refactorings in the subscription model to increase readability
      * Creating a subscription does not have side effects (creates no
        assignment)
      
      Other minor changes
      
      * Assignments are now implicitly checked if feedback is created
      * using the assignment endpoint to create subscriptions instead of
        subscription endpoint
      
      Closes #93 and #92.
      d1cf3af2
  22. Feb 07, 2018
    • Jan Maximilian Michal's avatar
      Refactores views and serializers added patch methods · 00ea2ff6
      Jan Maximilian Michal authored
      * Added more tests for feedback view
      
      * Now each view is included in one file that are held in the
        package views instead of using one big file
      
      * Did the same this for serializers
      
      * Now using ListSerializer to implement the custom behaviour
      
      * Also refactored the feedback serializers and models and
        removed the FeedbackLine model
      
      * The serializers are simpler now
      
      * Renamed 'is_final' on FeedbackComment to 'visible_to_student'
      00ea2ff6
  23. Jan 26, 2018
  24. Jan 14, 2018
    • robinwilliam.hundt's avatar
      Cleaned up Feedback Model · a105465d
      robinwilliam.hundt authored
      Feedback model no longer contains fields text, of_tutor, modified since this information is stored inside the FeedbackComments
      The serializer, views and tests dependant on these fields have been adjusted
      a105465d
  25. Jan 10, 2018
  26. Jan 05, 2018
    • robinwilliam.hundt's avatar
      Added first integration tests (of many to follow) · ce91bfda
      robinwilliam.hundt authored and Jan Maximilian Michal's avatar Jan Maximilian Michal committed
       * Defnied more APIendpoints for feedback and subscriptions
       * Added the feedback spec to the docs folder
       * Removed tutor and reviewer model. Closes #43 and #68
      ce91bfda
    • Jan Maximilian Michal's avatar
      Started with a new mechanism to assign work to tutors · a32636f9
      Jan Maximilian Michal authored
      * The mechanism proposed should work as follows:
        * Tutors can subscribe to certain submission categries (currently
          this includes exam, student or type specific submissions).
          If the set of submissions to corrent is small (student) all
          submissions of that category are reserved for that tutor.
        * A reviewer should also be able to subscribe other users (delegation)
        * A subscription contains assignments or creates them:
          * Only one assignment per user may be active.
          * No new assignments can be added to a subscription after it was
            created while another assignment is present for that subscription.
          * An assignment delegates a submission to a tutor.
          * An active assignment indicates that the tutor is working on that
            assignment
          * After an assignment was finished it is deleted (or archived).
      * Upgraded to Django 2.0
      * Closes #66, #53.
      
      * The mechanism remains partially incomplete as the progress in
        !67-create-new-model-feedbackline-and-integrate-it is blocking
        progress. Several tests for the API endpoint need to be written
        including. More validation and constraints might have to be added.
      a32636f9
  27. Nov 30, 2017
  28. Nov 03, 2017
  29. Oct 20, 2017
  30. Jul 13, 2017
  31. Jul 12, 2017
Loading