openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

select variable cached on requestData #179

Closed alee closed 2 years ago

alee commented 2 years ago

Steps to reproduce:

  1. select area, temporal range, etc., and go to visualize and then analyze
  2. perform transformations, smoothing, etc., as desired
  3. change the variable in the analyze screen
  4. return to select area
  5. go to visualize and change the variable in the visualize screen
  6. go to analyze, the old analyze screen's variable will show up instead of the variable selected in variable

need to clean up the interactions between the vuex stores and how / when the analysis store's requestData is mutated