bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Use vuex store for samplesheets Vue app state #1002

Open mikkonie opened 4 years ago

mikkonie commented 4 years ago

Originally I thought this wouldn't really be needed, but there are places (e.g. PageHeader) where we need to access a lot of state variables. Would make sense to store in the central vuex store.

Not urgent, could be done when e.g. attempting to tick all the tasks in #747.

mikkonie commented 1 month ago

I'll look at what the current best practice is for implementing something like this when doing #994, IF this is something that is required.