oss-wec / wisdm

Wildlife information system for data management
1 stars 1 forks source link

Use Vuex module with encounter data entry #5

Closed kissmygritts closed 7 years ago

kissmygritts commented 7 years ago

I need a central state store for new encounter data entry data. Right now state is ignored (bad), or passed around with events and listeners.

kissmygritts commented 7 years ago

This complete.

Turned out my implementation of the data flow requires some weird vuex magic to clear the form.