deck icon indicating copy to clipboard operation
deck copied to clipboard

Import through the user interface

Open juliusknorr opened this issue 3 years ago • 11 comments

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

juliusknorr avatar Jan 04 '22 18:01 juliusknorr

  • 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?

luka-nextcloud avatar Sep 29 '23 12:09 luka-nextcloud

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?

privatemaker avatar Oct 24 '23 14:10 privatemaker

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?

petrarca-arezzo avatar Feb 06 '24 15:02 petrarca-arezzo

Import can be done using occ as mentioned in https://github.com/nextcloud/deck/pull/4939

sunjam avatar Feb 07 '24 03:02 sunjam

Other plugins, like the calendar, have import options through UI aswell. In managed nextcloud instances using occ may not be possible.

timxlaeufer avatar Jun 17 '24 10:06 timxlaeufer