CIDARLAB / clotho3

Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Move localStorage -> IndexedDB #464

Closed maxbates closed 9 years ago

maxbates commented 10 years ago

localStorage has size limitations. Let's move to IndexedDB as the default.

localStorage still serves some utility (e.g. cross-page events), but should be orthogonal

Or maybe, just strip it all out for now -- until the server sends updates ( see #457 ) of object changes, we are just keeping stale models.

see #143

billcao commented 9 years ago

Feature development on the Clotho client has halted indefinitely. This feature request/issue will be archived and reopened when relevant again.