freedomotic / fd-vue-webapp

A Vue.js web application for Freedomotic Open IoT framework
http://fd-vue-webapp.herokuapp.com/
GNU Affero General Public License v3.0
65 stars 66 forks source link

Modularize store #241

Closed gabrielsclimaco closed 4 years ago

gabrielsclimaco commented 4 years ago

I created a folder for each module I identified within the store.

I didn't use the actual Vuex module feature because it would scope the application state between the modules, which would lead to a major refactor that would fit better in another issue.

closes #85

mcicolella commented 4 years ago

Thanks! Feel free to open a specific issue for the store refactoring.