Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT save state to and load state from cloud storage #275

Open
hgkamath opened this issue Oct 17, 2022 · 0 comments
Open

FEAT save state to and load state from cloud storage #275

hgkamath opened this issue Oct 17, 2022 · 0 comments
Labels
feature 🚄 New feature or request needs-triage 📩 Needs team triage

Comments

@hgkamath
Copy link

hgkamath commented Oct 17, 2022

Is your feature request related to a problem? Please describe.
No, only that one should not to be restricted to using the app on only one machine

Describe the solution you'd like

  • save state to and load state from cloud storage
  • to be able to access todo-lists on any device.

My understanding so far, is that condution saves its state in browser cache/storage.
There are many cloud storage providers such as google-drive, dropbox, onedrive, box etc.
There are javascript cloud storage adapters that perhaps interface with many storage providers.
saving state via ical could be another way
saving state via webdav could be another way

One may then also need the following. These could be filed as follow on bugs if and when condution supports cloud storage.

  • to ensure some synchronization mechanism so that data not clobbered by simultaneous access.
  • to ensure some encryption/decryption so that data is safe on 3rd party provider

Additional context
na

@hgkamath hgkamath added feature 🚄 New feature or request needs-triage 📩 Needs team triage labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚄 New feature or request needs-triage 📩 Needs team triage
Projects
None yet
Development

No branches or pull requests

1 participant