dkrichards86 / downtimer

Downtimer is a browser based productivity timer and wellness app.
https://downtimer.io
MIT License
0 stars 0 forks source link

Storage updates #26

Closed dkrichards86 closed 5 years ago

dkrichards86 commented 5 years ago

What kind of change does this PR introduce?

What is the current behavior? Run and event storage is held in (asynchronous) IndexedDB. It's hard to test and clunky to implement. Visualzations are overwhelming and not particularly useful.

What is the new behavior? Updates the storage mechanism (again) to LocalStorage instead of IndexedDB. Visualizations are simplified and made more useful.

Other information