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

Add getters to Vuex #93

Open mcicolella opened 6 years ago

mcicolella commented 6 years ago

These getters could be used to filter data in the store based on specific parameters (e.g. all things of a type, all triggers related to a particular protocol etc.)

mcicolella commented 6 years ago

Getters support added in 0cf098f636edbd64b61bf576adcb4a1e532807fa

amenak77 commented 6 years ago

Should this issue be closed?

mcicolella commented 6 years ago

Not yet. There are some references to this.