cern-sis / cern-sis/react-formule
Use IndexedDB API instead of localStorage for current and saved forms
Open
enhancement
priority:low
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Right now the schemas of saved and current forms are stored in localStorage. This is normally fine, but the ~5MB limit per domain could be a limitation when there are too many big schemas. [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) would be more appropriate for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.