Skip to content
Snippets Groups Projects
Verified Commit d1cf3af2 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Subscription enhancements

* 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.
parent 33f1ff73
No related branches found
No related tags found
1 merge request!47Resolve "Subscription Depletion"
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment