Skip to content
Snippets Groups Projects
  1. Dec 10, 2017
  2. Dec 09, 2017
    • robinwilliam.hundt's avatar
      Changed StudentSelfApieViewSet to RetrieveApiView · 00aa36e7
      robinwilliam.hundt authored
      The extra functionality offered by the ViewSet is not needed in this place and caused unexpected behavior (it returned an array containing an object, breaking the StudentView). For this very simple View imo explicit is better than implicit.
      00aa36e7
  3. Nov 30, 2017
  4. Nov 28, 2017
  5. Nov 27, 2017
  6. Nov 26, 2017
  7. Nov 24, 2017
  8. Nov 23, 2017
  9. Nov 21, 2017
  10. Nov 14, 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
Loading