deck
deck copied to clipboard
Import through the user interface
Since we have a pretty generic API now for importing data in deck, it would be good to have that exposed in the frontend as well.
- Provide list of available import systems
- Let user give required input data / upload file to import
- Process the import through the existing API
Potentially depends on https://github.com/nextcloud/deck/issues/3507
- Are there any design or mockup?
- How should we handle the config json file? require users to upload config json file or using UI input options?
I figured out a hacky way to migrate data from Instance 1: Deck -> Instance 2: Tasks and explained it here. I swear about 9 months ago I figured out a way to move data from Tasks -> Deck on the same instance. Am I imagining this or did some ACL / perms change somewhere?
I'm looking for this export/import feature as well (to be able to move cards from one instance to another). Since this issue is open for quite long (and hasn't seen any update for several months) - is there anything new to report or ongoing in the background maybe?
Import can be done using occ as mentioned in https://github.com/nextcloud/deck/pull/4939
Other plugins, like the calendar, have import options through UI aswell. In managed nextcloud instances using occ may not be possible.