WIP: Integrate API with frontend
- May 17, 2018
-
-
Geert Habben Jansen authored
-
- May 16, 2018
-
-
Geert Habben Jansen authored
This commit replaces the VueSession implementation of session storage with a custom implementation. This allows the Vuex store to update the user_id when the user is updated.
-
Geert Habben Jansen authored
This commit adds Vuex, Vue Resource and Vue Session as dependencies. Using these extensions, the current user object is stored centrally and the user id is saved in session storage to allow the user to be fetched on reload.
-
- May 15, 2018
-
-
Geert Habben Jansen authored
This commit enables the frontend to store information about the user in a way accessable by all components.
-