- Jan 05, 2018
-
-
robinwilliam.hundt authored
Basic TutorLayout and SubmissionCorrectionPage. Added new dependency v-clipboard. Run yarn install to update.
-
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
-
- Dec 17, 2017
-
-
robinwilliam.hundt authored
-
- Dec 16, 2017
-
-
robinwilliam.hundt authored
If the user now accidentally presses reload, the relevant session state (token, etc. ) will be retrieved from the session storage.
-
- Dec 10, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
The JWT Token is now refreshed upon each route change. If the token is expired the user will be logged out and redirected to the login page.
-
robinwilliam.hundt authored
-
- Dec 05, 2017
-
-
robinwilliam.hundt authored
Added BaseLayout component that will serve as bas for the layout of the app. It is modeled after https://next.vuetifyjs.com/examples/layouts/google-contacts . The gradySpeak has been moved to the front-end.
-
- Dec 03, 2017
-
-
robinwilliam.hundt authored
closes #65 closes #59
-
- Nov 26, 2017
-
-
Jan Maximilian Michal authored
* no url configuration needed simply register viewset with router * now using DefaultRouter, meaning api root is now browsable * merged some views * makes it easier to include api schema later * Ran isort and updated docstring
-
- Nov 11, 2017
-
-
robinwilliam.hundt authored
Changed package.json mian.js App.vue accordingly. StudentPage Components need updating.
-
- Nov 10, 2017
-
-
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
-
- Nov 08, 2017
-
-
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
-