- Nov 29, 2017
-
-
robinwilliam.hundt authored
Started work on using a store for the submission-notes component
-
robinwilliam.hundt authored
google-code-prettify and font-awesome are no longer part of the repo but instead loaded via npm/yarn
-
robinwilliam.hundt authored
/public/ is created when generating html output from py.test
-
- Nov 28, 2017
-
-
robinwilliam.hundt authored
Started work on structuring the vuex store into modules
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
To access the prototype run yarn start and go to /notes/
-
- Nov 21, 2017
-
-
robinwilliam.hundt authored
-
- Nov 16, 2017
-
-
robinwilliam.hundt authored
-
- Nov 15, 2017
-
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
Refactor This should be the final commit before actual work can begin. See the corresponding issues for more information on what this branch is about. A few highlights include: * A working vue.js project * CI/CD has been set up * All now dead code in the packend has been cleaned up * The structure of the repository has been renewed Closes #47, #41, and #40. See merge request !15
-
Jan Maximilian Michal authored
Pre commit See merge request !14
-
robinwilliam.hundt authored
To enable the pre-commit checks first run pip -Ur requierements.txt to install pre-commit. Next run pre-commit install to install the hook in your .git/hooks folder. Running pre-commit will now run prospector on all new or modified files in the backend/ directory (see pre-commit-scripts/prospector.sh for the arguments that are used). If you get an error saying prospector not found or smth. make sure you have the venvv activated or prospector installed globally.
-
- Nov 14, 2017
-
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
Not working!
-
- Nov 13, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
- the forntend will now be part of the main image since its static anyway - The frontend has a testing stage - reorganized .gitignore files - docker-compose works as expected - serving api on 8000 - serving frontend on 8080
-
robinwilliam.hundt authored
also removed unused arguments in delber.py that prospector didn't like
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Nov 11, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Changed package.json mian.js App.vue accordingly. StudentPage Components need updating.
-
- Nov 10, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
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
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
to User model - It is now possible to run tests in the frontend. - The backend authentication uses AbstractUser instead of AbsstractBaseuser
-
- Nov 09, 2017
-
-
Jan Maximilian Michal authored
- ran isort to properly sort imports - reformatter some classes
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-