Skip to content

Refactor frontend store/http structure

Otto Visser requested to merge frontend_store_http_refactor into dev

This merge request changes the way the frontend fetches/stores data. The Vuex store now sends the updates to the api as well as managing the state of the application.

Merge request reports