mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
add: export board/cards/lists to CSV/TSV
This commit is contained in:
parent
1742bcd9b1
commit
a570c4a861
9 changed files with 474 additions and 217 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { TrelloCreator } from './trelloCreator';
|
||||
import { WekanCreator } from './wekanCreator';
|
||||
import { Exporter } from './export';
|
||||
import wekanMembersMapper from './wekanmapper';
|
||||
import { CsvCreator } from './csvCreator';
|
||||
import { Exporter } from './exporter';
|
||||
import wekanMembersMapper from './wekanmapper';
|
||||
|
||||
Meteor.methods({
|
||||
importBoard(board, data, importSource, currentBoard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue