Add export (txt, csv, json) and import

This commit is contained in:
Luc Didry 2016-09-13 09:06:15 +02:00
parent 38b830f6eb
commit b9c99d284c
4 changed files with 311 additions and 16 deletions

View file

@ -58,6 +58,19 @@ block body
span.you-text (vous)
ul#names-ul
div.export
h3 Export board
button#export-txt Text format
button#export-csv CSV format
button#export-json JSON format (for import in Scrumblr)
div.import
h3 Import board
div
label(for="import-input") JSON file to import
input(type="file")#import-input
button#import-file Import
//div.trash
// i.fa.fa-trash-o.fa-lg.faded-icon
hr(role="presentation")