Skip to content
Snippets Groups Projects
  1. Jan 05, 2018
    • robinwilliam.hundt's avatar
      Bug Fixes and StudentSubmissionPage · fac4373b
      robinwilliam.hundt authored
      Restructured front end code into components and pages
      Components should be as dumb and generic as possible. Pages should dispatch actions, pass props to components etc,
      Student page now gets submission and submissiontyp from api and displays those to the student
      Added information which submissions have been viewed
      fac4373b
  2. Dec 17, 2017
  3. Dec 16, 2017
  4. Dec 10, 2017
  5. Dec 05, 2017
  6. Dec 03, 2017
  7. Nov 26, 2017
  8. Nov 11, 2017
  9. Nov 10, 2017
    • robinwilliam.hundt's avatar
      First step towards REST + Vue Student Page · 074f4c33
      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
      074f4c33
  10. 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
Loading