KanbanMacro

Last modified by Kerwin Olfers on 2023/10/23 11:21

The Kanban macro allows to display a Kanban using a modified version of the jkanban javascript library.
The macro can take the JSON of the kanban either from the content of the macro or from an URL. There is also the AWMKanbanMacro allowing to display a kanban board from AppWithinMinutes data.

{{kanban width="30%" source="" updateService="" addBoardButton="true" addItemButton="true" removeBoardButton="true" removeBoardItem="true"}} [ {"id":"board1","title":"To Do","color":"red","item":[{"title":"Item 1"},{"title":"Item 2"}]}, {"id":"board2","title":"Working","color":"blue","item":[{"title":"Item 3"},{"title":"Item 4"}]}, {"id":"board3","title":"Done","color":"green","item":[{"title":"Item 5"},{"title":"Item 6"}]} ] {{/kanban}}

Additional parameters:

  • width width of each column in the kanban (default 30%)
  • source URL source of the Kanban data in JSON
  • updateService URL to update the Kanban data
  • addBoardButton display the add Board button (default true)
  • addItemButton display the add Item button (default true)
  • removeBoardButton display the remove Board button (default true)
  • removeBoardItem allow removing Item by drag and dropping them out of a board (default true)

Example

Tags:

RDM Team

Contact us!
CĂ©line Richard
Research Data Manager: FSW
Andrew Hoffman
Data Steward: CWTS,CADS
Katie Hudson
Data Steward: PoWe
Jaap-Willem Mink
Data Steward: PSY,PED
Willemijn Plomp
Data Steward: PSY,PED

solo
XWiki 14.10.13
contact@xwiki.com