Skip to content
Snippets Groups Projects
  1. Feb 19, 2018
  2. Feb 18, 2018
  3. Feb 17, 2018
  4. Feb 16, 2018
  5. Feb 15, 2018
  6. Feb 11, 2018
  7. Feb 10, 2018
    • Jan Maximilian Michal's avatar
      Fixed the update method in FeedbackSerializer · 2b7d27d3
      Jan Maximilian Michal authored
      * Also made minor modifications to assignment endpoint
      2b7d27d3
    • 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
Loading