rropen / SFM

Software Factory Metrics
MIT License
3 stars 1 forks source link

Debt: Add State Manager #19

Closed jdhaines closed 3 years ago

jdhaines commented 3 years ago

Topic We'll likely need to use a state manager for all the filters otherwise passing choices around components will be difficult.

Service Frontend

We'll try Pinia, but should likely settle on Vuex when Vuex 5 finally gets released. Vuex 4 is extremely verbose and "boilerplate-y". You can see the example in Hopper.

github-actions[bot] commented 3 years ago

Branch 19-Debt_Add_State_Manager created!

jdhaines commented 3 years ago

Closed with #20