mpdroog / invoiced

Simple hour registration + invoice generator.
BSD 2-Clause "Simplified" License
13 stars 5 forks source link

Offline-mode [IndexedDB,WebWorker?] #1

Open mpdroog opened 7 years ago

mpdroog commented 7 years ago

Make invoiced cache all data locally (IndexedDB) and cache the content so the site remains available when the internet is down?

Maybe also manipulate the data locally and then submitting delayed when the conn is up again?

https://developer.mozilla.org/nl/docs/IndexedDB https://www.html5rocks.com/en/tutorials/appcache/beginner/