Add relations, custom fields and card customisation

This commit is contained in:
Gordon
2021-06-07 20:42:35 +01:00
parent 95b87052b4
commit 0aa5776af3
9 changed files with 290 additions and 113 deletions

View File

@ -79,6 +79,7 @@ export default class KanbnBoardPanel {
startedColumns: index.options.startedColumns ?? [],
completedColumns: index.options.completedColumns ?? [],
columnSorting: index.options.columnSorting ?? {},
customFields: index.options.customFields ?? [],
dateFormat: KanbnBoardPanel.currentPanel._kanbn.getDateFormat(index),
showBurndownButton: vscode.workspace.getConfiguration("kanbn").get("showBurndownButton"),
showSprintButton: vscode.workspace.getConfiguration("kanbn").get("showSprintButton"),