- 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 09, 2017
-
-
Jan Maximilian Michal authored
- ran isort to properly sort imports - reformatter some classes
-
robinwilliam.hundt authored
Deleted templates, fixtures, static files, urls, views
-
- Nov 08, 2017
-
-
Jan Maximilian Michal authored
-
- Nov 05, 2017
-
-
robinwilliam.hundt authored
Added has_perm() and has_module_perm() to UserAccount model. Both return is_superuser . This allows superusers to access AdminPanel. AdminPanel now displays usernames in User ListView.
-
- Nov 04, 2017
-
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Update yarn.lock
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
Configured tes_coverage and test_pylint to change to backend dir
-
- Nov 03, 2017
-
-
robinwilliam.hundt authored
The front-end folder has been initiliazed with the vue webpack template including configuration for unit-testing with Karma + Mocha.
-
robinwilliam.hundt authored
See [django npm and node packages architecture](https://stackoverflow.com/questions/41966065/django-npm-and-node-packages-architecture) for details on why this is better.
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
The project has been refactored so far as the current state of master has been placed under backend/ . Some changes to the .gitignore and Makefile have been made to accomodate this refactor.
-
- Nov 02, 2017
-
-
Jan Maximilian Michal authored
Makefile modifications and some notes on contributing added to the README See merge request !12
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
Small corrections to issue templates See merge request !11
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
Adding the Bug Template into master See merge request !9
-
Jan Maximilian Michal authored
Added Feature template See merge request !10
-
(cherry picked from commit fa196502)
-
(cherry picked from commit d60f66c5)
-
Jan Maximilian Michal authored
Added a brief list of dependencies. Closes #28. Closes #28 See merge request !7
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Nov 01, 2017
-
-
Added Todo concerning the node_modules folder since the node modules are located at the Project root in development
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Oct 29, 2017
-
-
Jan Maximilian Michal authored
Update README.rst See merge request !6
-
- Oct 28, 2017
-
-
robinwilliam.hundt authored
Clarification concerning yarn. On some systems "yarn - scenario testing of Unix command line tools" is preinstalled.
-
- Oct 25, 2017
-
-
Jan Maximilian Michal authored
-