History: PluginKanban
Source of version: 28
Copy to clipboard
! {{page}} ''New in ((Tiki25)) (work was done for Tiki24 but it wasn't ready). Use this ((wiki plugin)) to move ((tracker)) items with drag & drop capabilities in Trello-like boards.'' Here is a demo: https://kanban.dev4.evoludata.com/ !! If setting up manually: It requires following preference settings to work: * ((API)) access enabled (__Security > API access__), * Enable Vue.js (__Features > Interface > Enable Vue.js__) * Always Load Vue.js (__Features > Interface > Always Load Vue.js__), In the Tiki admin Control Panel, search for "vuejs". By default mysql search won't find "vue" or "vue.js" (mysql ft_min_word_len default is greater than 3 char, [https://dev.mysql.com/doc/refman/8.0/en/fulltext-fine-tuning.html|see mysql documentation]). You will also need a tracker to store the cards (items) of your Kanban board with a few fields required for the board to be generated. Note that those fields should be public and searchable (tracker edit Fields list) and don't forget to rebuild-index after changes. !! Alternatively using profiles: On fresh installs of Tiki >= 25.x you will be able to use https://profiles.tiki.org/Kanban_Board via the Wizard, click to apply any profile but click 25.x as version then enter "Kanban" in the search field of the profiles management page. Then apply the profile and visit https://example.org/tiki-index.php?page=Kanban-Board. {maketoc} !!Parameters {pluginmanager plugin="kanban"} !! Examples !!! Example 1 As of 2023-03-13, doc.tiki.org is set up for Kanban style management of its own documentation. The example is here: https://doc.tiki.org/DocsTodoKanbanByPriority !!! Example 2 is from imported Kanban profile If you use https://profiles.tiki.org/Kanban-Board-25, to get a decent result, you would need to use the following code and not the code from that profile: {CODE(colors="tiki")} {kanban boardTrackerId=12 title="ktaskName" description="ktaskDescription" column="ktaskStage" swimlane="ktaskSwimlane" order="ktaskColumn" wip="15,10,5,30"} {CODE} The result should be like this: {img fileId="1955" showicon="y"} !! Related pages * ((AllPlugins)) * ((Trackers)) !! Aliases (alias(Plugin Kanban)) | (alias(Kanban)) Related * https://gitlab.com/tikiwiki/tiki/-/merge_requests/1006 * ((dev:Kanban)) * https://kanboard.discourse.group/t/the-tiki-platform-implemented-kanban-functionality/2552/ * https://gitter.im/tiki-org/community?at=63b6f6887de82d2616142aa8