Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
  2. Jan 04, 2018
    • Jan Maximilian Michal's avatar
      Final modfications on the mechanism · 933759a5
      Jan Maximilian Michal authored
      * 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.
      * This code was written with the assumption that the user model
        will hold group information in the future.
      Verified
      933759a5
  3. Dec 28, 2017
    • Jan Maximilian Michal's avatar
      Subscriptions now always contain an assignment · acb3db51
      Jan Maximilian Michal authored
      * on creation or deletation of an assignment of the subscription
        a new submission is looked up. Therefore, currently deleting an
        assignment may leads to SubscriptionEnded exception.
      * Cleaned up the urls config
      Verified
      acb3db51
    • Jan Maximilian Michal's avatar
      Started with a new mechanism to assign work to tutors · 83a79648
      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.
      Verified
      83a79648
  4. Dec 17, 2017
  5. Dec 16, 2017
  6. Nov 30, 2017
  7. Nov 26, 2017
  8. Nov 24, 2017
  9. Nov 23, 2017
  10. Nov 21, 2017
  11. Nov 10, 2017
  12. Nov 09, 2017
  13. Nov 08, 2017
    • robinwilliam.hundt's avatar
      First step towards REST + Vue Student Page · a5f6d70d
      robinwilliam.hundt authored
      Backend
      - Added isStudent permission
      - Added serializers apropriate for StudentPage
      - Added api-endpoint urls
      - Added views regarding StudentPage
      - Migrated the Django Session Authentication to djangorestframework-jwt authentication
      
      Frontend
      - Migrated from vue-resource to axios because of better documentation & features
      - Added Login Component
      - Added First Part of StudentPage containing overview of exam and subissions
      
      Closes #41
      References #39
      a5f6d70d
  14. Nov 04, 2017
  15. Nov 03, 2017
  16. Jul 10, 2017
  17. Jul 07, 2017
Loading