-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Add a full data portability feature #4062
Comments
Is-there a standard for this kind of data? |
We can do whatever we want. Heck, we could even create a standard for food scan histories ;-) |
After the wikipedia, we could be the Braille or the Morse of food! π Just checking: for us, a barcode is only digits? |
Yes, barcodes are only numbers-based, as EAN stands for European Article Numbering In parallel, I've checked schema.org and I think that using the |
do we dump product data, or just the lists of EANs + timestamp ? Note that we are the defacto standard, and that no one else is really implementing anything at this point. |
If we want to be retro-compatible with the old Android app (I have to check for iOS), only 3 fields are exported in a CSV:
|
What about supporting iCloud on iOS? And there's the same for Android with Google Drive: https://medium.com/@developerjo0517/backup-and-load-data-with-google-drive-in-flutter-1d901fd38f70 |
We certainly can and should. Is there a way to get backup consent ? |
We could ask for consent the first time the user creates a list. |
Add a full data portability feature
Tasks
Why
Part of
The text was updated successfully, but these errors were encountered: