Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add export (txt, csv, json) and import #95

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ldidry
Copy link

@ldidry ldidry commented Sep 13, 2016

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.

Copy link

@ocdtrekkie ocdtrekkie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work pretty well.

@ocdtrekkie
Copy link

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
Copy link

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.

ocdtrekkie@1b2fa0a

@Framartin
Copy link

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

@ldidry
Copy link
Author

ldidry commented Feb 27, 2017

Fix added.

@alcalyn
Copy link

alcalyn commented Jan 7, 2021

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/

@Fabien3d
Copy link

Fabien3d commented Dec 4, 2023

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!

@ldidry
Copy link
Author

ldidry commented Dec 4, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants