-
Notifications
You must be signed in to change notification settings - Fork 478
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
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. |
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. |
This PR should include this fix to this issue I made, before being accepted. |
Fix added. |
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/ |
Hello, |
@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. |
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.