You need to sign in or sign up before continuing.
- Oct 09, 2018
-
-
robinwilliam.hundt authored
-
- Oct 03, 2018
-
-
robinwilliam.hundt authored
-
- Aug 07, 2018
-
-
Jan Maximilian Michal authored
-
- Aug 06, 2018
-
-
robinwilliam.hundt authored
-
- Mar 24, 2018
-
-
Jan Maximilian Michal authored
* All views (except the feedback view) do not have a N+1 issue * Some serializer method fields are now precomputed in annotations * TODO: Automate the performance tests to ensure performance stays high * Ran isort
-
- Feb 15, 2018
-
-
Jan Maximilian Michal authored
-
- Feb 04, 2018
-
-
robinwilliam.hundt authored
Fixed reverse query bug in Subscription model Fixed bug in subscription view resulting in uncaught exception Creating a subscription with a query/key/stage combination for which no assignments were available would result in an uncaught SubscriptionEnded exception and a 500 response to the client. Instead an error message with the status code 410_GONE is now sent. Fixed reverse query bug in Subscription model chnaged type_query_mapper = { ... SUBMISSION_TYPE_QUERY: 'type__title', } to type_query_mapper = { SUBMISSION_TYPE_QUERY: 'type__name', } Refactored serializer id fields and camelCase names To provide a uniform api and to save us from further work i've refactored the existing fields that used camelCase names to use the names specified in the models (which are kebab-case). Also everywhere where id's (whether normal or uuid ones) have been included in the serializers, the field names have been changed to 'pk' or '<model>_pk'. Pk will always link to the primary key of the model and will save us great pain should we decide to convert the pk's of more models to uuid's. Also we won't have to remebre a bunch of different ways of referring to the id for the frontend, it's always pk. I also included the pk field in all modelserializers since this will be necessary for the frontend state management. Frontend now expects pk fields and snake_case Solution is highlighted / Desc. HTML is rendered Frontend test is only manually run Added vue-notification library Inactivity detection preperly implementd Client inactivity is now properly detected. A vuex plugin is used to store the time of the last commited mutation. This roughly equals the last user interaction. If the users session is expired he will be redirected to the login page. Before that a dialog is displayed notifieng the user that they are about to be logged out. Added created / of_tutor info to feedback comment
-
- Jan 10, 2018
-
-
Jan Maximilian Michal authored
* Feedback consists of lines which can hold up to three comments * The Feedback model contains almost no logic since all has been migrated to the assignemnt mechanism
-
- Nov 30, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Nov 13, 2017
-
-
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
-
- Nov 10, 2017
-
-
robinwilliam.hundt authored
-
- Nov 09, 2017
-
-
robinwilliam.hundt authored
-
- Nov 04, 2017
-
-
Jan Maximilian Michal authored
-
robinwilliam.hundt authored
Update yarn.lock
-
- Nov 03, 2017
-
-
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 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
-
- Oct 20, 2017
-
-
Jan Maximilian Michal authored
-
- Jul 10, 2017
-
-
Jan Maximilian Michal authored
-
- Jul 07, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Apr 13, 2017
-
-
Jan Maximilian Michal authored
-
- Apr 08, 2017
-
-
Jan Maximilian Michal authored
-
- Apr 07, 2017
-
-
Jan Maximilian Michal authored
-
- Apr 06, 2017
-
-
Jan Maximilian Michal authored
-
- Apr 05, 2017
-
-
Jan Maximilian Michal authored
-
Jan Maximilian Michal authored
-
- Mar 31, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 28, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 22, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 21, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 15, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 14, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 04, 2017
-
-
Jan Maximilian Michal authored
-
- Mar 03, 2017
-