JesseBonanno / IndeterminateBeam

A solver for 1D indeterminate beams
MIT License
69 stars 20 forks source link

Persistence of data #20

Closed JesseBonanno closed 3 years ago

JesseBonanno commented 3 years ago

Currently dash website completely refreshes when re-open tab. It is often useful to have the data from the last session stored.

I tried using the 'persistence', 'persistence_props' and 'persistence_type' dash propertys (see https://dash.plotly.com/persistence), but it seems that only data that has been changed in the last session is stored, not data from two sessions ago.

It would be beneficial to develop a method that stores all data (possibly after an analysis has been run).

If persistent data is available, ideally a refresh button will also allow the user to completely reset all properties to the website defaults.