Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Create an export/import function. #6

Closed
AndresMorelos opened this issue Dec 22, 2021 · 0 comments · Fixed by #7
Closed

Create an export/import function. #6

AndresMorelos opened this issue Dec 22, 2021 · 0 comments · Fixed by #7

Comments

@AndresMorelos
Copy link
Owner

AndresMorelos commented Dec 22, 2021

As a user, I need to export my invoices, contacts, settings if I want to migrate to another computer; also, I need to import the data to the new computer.

Right now the app is saving the invoices in the indexdb, one solution could be to get all the info and save it as a JSON file to export, and to import the data read a JSON file, and create a new entry for each thing.

Another option could be to implement an API with E2EE in order to let the users sync their data to the cloud.

Refs: https://www.youtube.com/watch?v=VV7x4tMxeoI&ab_channel=yoursTRULY

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant