allen-cell-animated / timelapse-colorizer

A web-based, time-series visualizer for tracked segmented data.
Other
8 stars 1 forks source link

Save viewer settings to browser #167

Open ShrimpCryptid opened 10 months ago

ShrimpCryptid commented 10 months ago

Use Case

toloudis commented 9 months ago

Need some spec: Exactly what settings will be saved in browser local storage? And do we save a whole block of settings for each dataset that was ever loaded? Lifespan of the data?

ShrimpCryptid commented 6 months ago

Require user interview: "What is hard for you to reset every time you come back to a dataset?"

ShrimpCryptid commented 6 months ago

Also extra note to take the opportunity to look around different storage APIs! localStorage only allows strings. localForage might be better because it allows object storage too?