Add export (txt, csv, json) and import
This commit is contained in:
parent
38b830f6eb
commit
b9c99d284c
4 changed files with 311 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue