deck
deck copied to clipboard
User migration
With 24 we have a server API to handle user migration which deck should also support by implementing https://docs.nextcloud.com/server/stable/developer_manual/digging_deeper/user_migration.html
We already have a way to dump json exports of boards which could be reused, but it might be missing some data:
- Comments
- Activity
- File shares
Especially with file shares it might be a topic for further discussion on how to handle those on user migration. The files might not be owned by the board owner and therefore would not be migrated. Also sharing migration is currently not implemented for files in general.