You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do decide to work on this, do look at seeing if you can bind IndexedDB alongside a cloud solution, cause the goal is to be able to run CouchMUN locally, storing all of the data through IndexedDB, but having a cloud sync system.
(Switch to IDB is #11)
Specific wrapper library for IDB used in #11 is https://dexie.org, and they have their own proprietary cloud service https://dexie.org/cloud/.
I don't think we have to use it though and there are probably other ways of doing sync besides that service.
@endorpersand@iiisong
Random thought: what if we offered storing data on Google Drive. Not sure how easy TS allows for this but had the thought while doing GCollab work.
Could reduce dependency on our end but also could act as a login process which would give auth in the process and then their records would be stored somewhere more accessible to them?
Tackles some harms: Server costs; increased maintenance; server uptime.
Enable the movement away from
localStorage
and local data and to a server-based backendBenefits:
Harms:
The text was updated successfully, but these errors were encountered: