voxxrin / voxxrin3

GNU Affero General Public License v3.0
9 stars 2 forks source link

Story : Import & export personal data across devices #41

Open fcamblor opened 1 year ago

fcamblor commented 1 year ago

Progress

Story description

Given that we don't have any authenticated account (yet), we should allow users to share his personal users/{userId}/* data from one device to another.

Workflow : [On Device A]

[On Device B]

From here, user should have shared secretToken between 2 devices

PATCH { "rejoinedByImporter": "{currentImporterPublicUserId}" }

We should also plan to have a CRON function triggered every day, allowing cleanup import-export documents with outdated expires property

fcamblor commented 7 months ago

@robinlopez already provided an integration for the import/export workflow : Cursor_and_Voxxrin Voxxrin Cursor_and_Voxxrin Cursor_and_Voxxrin

Everything remaining is on my side :-)