Skip to content
Snippets Groups Projects
  1. Nov 21, 2017
  2. Nov 20, 2017
  3. Nov 18, 2017
  4. Nov 15, 2017
    • Jan Maximilian Michal's avatar
      Merge branch 'refactor' into 'master' · fa26fc3e
      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
      fa26fc3e
    • Jan Maximilian Michal's avatar
      Merge branch 'pre-commit' into 'refactor' · 295379b6
      Jan Maximilian Michal authored
      Pre commit
      
      See merge request !14
      295379b6
    • robinwilliam.hundt's avatar
      Finally working prospector pre-commit check!!!! · 7147fbe8
      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.
      7147fbe8
  5. Nov 14, 2017
  6. Nov 13, 2017
  7. Nov 11, 2017
  8. Nov 10, 2017
  9. Nov 09, 2017
  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