scrumblr icon indicating copy to clipboard operation
scrumblr copied to clipboard

Add export (txt, csv, json) and import

Open ldidry opened this issue 8 years ago • 7 comments

In txt and CSV format, the cards belongs to a column (if any).

The JSON export format is basically a dump of the database records for the board. This JSON export is suitable for import.

The import removes everything that is in the board and puts the JSON content instead.

Second commit adds a revision system. Push the button and a "snapshot" of the board is stored in the database, suitable for JSON export and so for import.

ldidry avatar Sep 13 '16 21:09 ldidry

The only thing maybe I would recommend is having these under like an expanding panel, rather than adding so much clutter to the board view page.

ocdtrekkie avatar Jan 29 '17 04:01 ocdtrekkie

I added a very simple jQuery accordion to your divs to make Import, Export, and Revisions into expandable sections rather than having so many buttons that are likely to be used rarely on the board view page.

https://github.com/ocdtrekkie/scrumblr/commit/1b2fa0a75d960d3112657f876d02ce74e2197c18

ocdtrekkie avatar Feb 07 '17 03:02 ocdtrekkie

This PR should include this fix to this issue I made, before being accepted.

Framartin avatar Feb 22 '17 11:02 Framartin

Fix added.

ldidry avatar Feb 27 '17 11:02 ldidry

Thanks for this feature, I use it a lot on Framemo, and now I installed this fork on my instance because I need it.

I also developed a tool to import cards from Trello to a scrumblr board using this import feature : https://alcalyn.github.io/trello-to-scrumblr/

alcalyn avatar Jan 07 '21 10:01 alcalyn

Hello, I'm new to Scrumblr and I tried the tool on scrulblr.ca. Has the import/export function had been implemented? If so, how can I access to it? Thanks!

Fabien3d avatar Dec 04 '23 14:12 Fabien3d

@Fabien3d As the PR is still no merged, and after a quick look at http://scrumblr.ca, no, the import/export is not present on it.

ldidry avatar Dec 04 '23 15:12 ldidry