PluginKanban | |
New in Tiki25 (some work was done for Tiki24 but it wasn't usable). Use this wiki plugin to move tracker items with drag & drop capabilities in Trello-like boards. "A kanban board is one of the tools that can be used to implement Kanban to manage work at a personal or organizational level. Kanban boards visually depict work at various stages of a process using cards to represent work items and columns to represent each stage of the process. Cards are moved from left to right to show progress and to help coordinate teams performing the work. A kanban board may be divided into horizontal "swimlanes" representing different kinds of work or different teams performing the work." Source: https://en.wikipedia.org/wiki/Kanban_board |
Components of a Kanban board | |
|
Manual Setup | |
Settings requirement | |
It requires following preference settings to work:
|
Feature requirements | |
You will also need to set or use an existing 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. |
The column parameter | |
The column parameter is looking for numerical values. If you use a dropdown with text values only it won't populate the items unless you fill the "Column acceptable values and configuration" parameter. Alternatively, you can use numerical value and text label in the dropdown field options that will be used as your "Column". IE: 0=Not done,1=Done,2=Need improvement.'' |
Filtering items displayed | |
The Kanban plugin items can be filtered using the same filters as the plugin List family. (see: PluginList filter control block ) |
Parameters | |||||||||||||||||||||||||||||||||||||||||||||
Introduced in Tiki 25. Required parameters are in bold .Go to the source code Preferences required: wikiplugin_kanban
|
Examples | |
Example 1 | |
|
Example 2 | |
Here is the Step by step PluginKanban setup example. Step 1 : Tracker setupSetup a tracker to store the cards (items) of your Kanban board. Copy the below Profile/YAML code to import the tracker Copy to clipboard
After importing Tracker from Profile/YAML, you should have a tracker with all necessary fields as shown below:
Step 2 : Use PluginKanban in your Wiki pageCopy the below code into your wiki page (replacing the Copy to clipboard
The result should be as shown below:
Step 3 : Usage
|
Related pages | |
|
Aliases | |
Related |