- Jan 05, 2018
-
-
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 10, 2017
-
-
robinwilliam.hundt authored
-
robinwilliam.hundt authored
-
- Dec 09, 2017
-
-
robinwilliam.hundt authored
Implemented version of the student-page using vuetify and the new general layout. The side navigation should be displaying links to the (not yet implemented) detail views of the submissions to provide easy way to change between submission views.
-
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.
-