History: Kanban_Board_26
Preview of version: 12
Second take at the Kanban board profile, targeting a dynamic reference of objects such as the tracker name, to be reused in wiki pages, menus, etc.
And expose the wiki page with the Kanban Board UI as the instructions page, while also showing a link from a side module to access it in a later stage more easily.
These pages will be created:
objects:
-
type: tracker_item
ref: kanban_001
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: open
values:
- $Kanban_Board_24:ktaskName, My first kaban item
- $Kanban_Board_24:ktaskDescription, Created from the tracker ui, and edited from the Kanban UI
- $Kanban_Board_24:ktaskStage, wish
- $Kanban_Board_24:ktaskPriority, 3
- $Kanban_Board_24:ktaskSwimlane, middle
- $Kanban_Board_24:ktaskColumn, 1
-
type: tracker_item
ref: kanban_002
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: pending
values:
- $Kanban_Board_24:ktaskName, Improve profile with dynamic reference to objects
- $Kanban_Board_24:ktaskDescription,
- $Kanban_Board_24:ktaskStage, wish
- $Kanban_Board_24:ktaskPriority, 1
- $Kanban_Board_24:ktaskSwimlane, top
- $Kanban_Board_24:ktaskColumn,
-
type: tracker_item
ref: kanban_003
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: open
values:
- $Kanban_Board_24:ktaskName, Request to have profile export to include tracker tabular definition in order to allow easy reimporting of tracker items elsewhere through applygin a local profile
- $Kanban_Board_24:ktaskDescription,
- $Kanban_Board_24:ktaskStage, prending
- $Kanban_Board_24:ktaskPriority, 1
- $Kanban_Board_24:ktaskSwimlane, bottom
- $Kanban_Board_24:ktaskColumn,
{CODE(}
And expose the wiki page with the Kanban Board UI as the instructions page, while also showing a link from a side module to access it in a later stage more easily.
These pages will be created:
- Kanban-Board-24 (named as "Kanban-Board")
- Kanban Profile Menu
Features
Tracker
YAML
Copy to clipboard
permissions: Registered: description: 'Users logged into the system' is_external: 'n' objects: - type: tracker id: '$profileobject:trk_kanban_board_24$' allow: - attach_trackers - comment_tracker_items - create_tracker_items - export_tracker - modify_tracker_items - modify_tracker_items_closed - modify_tracker_items_pending - post_comments - read_comments - remove_tracker_items - remove_tracker_items_closed - remove_tracker_items_pending - tracker_view_attachments - tracker_view_comments - view_trackers - view_trackers_closed - view_trackers_pending - watch_trackers Anonymous: description: 'Public users not logged' is_external: 'n' objects: - type: tracker id: '$profileobject:trk_kanban_board_24$' allow: - download_files - read_comments - search - tracker_view_attachments - tracker_view_comments - view - view_trackers - view_trackers_closed - view_trackers_pending Admins: include: Registered preferences: auth_api_tokens: 'y' vuejs_always_load: 'y' feature_trackers: 'y' vuejs_enable: 'y' wikiplugin_kanban: 'y' feature_fixed_width: 'n' objects: - type: tracker ref: trk_kanban_board_24 data: name: 'Kanban Board' description: 'A simple Kanban Board based on trackers' - type: tracker_field ref: trk_kanban_board_24_ktaskName data: name: Name permname: ktaskName tracker: '$profileobject:trk_kanban_board_24$' options: samerow: 1 type: text_field order: '10' visby: { } editby: { } flags: - link - list - searchable - public - mandatory - type: tracker_field ref: trk_kanban_board_24_ktaskDescription data: name: Description permname: ktaskDescription tracker: '$profileobject:trk_kanban_board_24$' options: distinct: 'n' wysiwyg: 'n' samerow: 1 type: text_area order: '20' visby: { } editby: { } flags: - searchable - public - type: tracker_field ref: trk_kanban_board_24_ktaskStage data: name: Stage permname: ktaskStage tracker: '$profileobject:trk_kanban_board_24$' options: options: - wish=Wishes - prending=Pending - open=Open - done=Done type: dropdown order: '40' visby: { } editby: { } flags: - list - searchable - public - type: tracker_field ref: trk_kanban_board_24_ktaskPriority data: name: Priority permname: ktaskPriority tracker: '$profileobject:trk_kanban_board_24$' options: samerow: 1 dec_point: . thousands: ',' type: numeric order: '40' visby: { } editby: { } flags: - list - searchable - public - type: tracker_field ref: trk_kanban_board_24_ktaskSwimlane data: name: Swimlane permname: ktaskSwimlane tracker: '$profileobject:trk_kanban_board_24$' options: options: - top=Crawl - middle=Butterfly - bottom=Backstroke type: dropdown order: '50' visby: { } editby: { } flags: - list - searchable - public - type: tracker_field ref: trk_kanban_board_24_ktaskColumn data: name: Column permname: ktaskColumn tracker: '$profileobject:trk_kanban_board_24$' options: options: - 1=ToDo type: dropdown order: '60' visby: { } editby: { } flags: - searchable - public
Sample Data
{CODE(caption=>YAML,wrap=>1)}objects:
-
type: tracker_item
ref: kanban_001
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: open
values:
- $Kanban_Board_24:ktaskName, My first kaban item
- $Kanban_Board_24:ktaskDescription, Created from the tracker ui, and edited from the Kanban UI
- $Kanban_Board_24:ktaskStage, wish
- $Kanban_Board_24:ktaskPriority, 3
- $Kanban_Board_24:ktaskSwimlane, middle
- $Kanban_Board_24:ktaskColumn, 1
-
type: tracker_item
ref: kanban_002
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: pending
values:
- $Kanban_Board_24:ktaskName, Improve profile with dynamic reference to objects
- $Kanban_Board_24:ktaskDescription,
- $Kanban_Board_24:ktaskStage, wish
- $Kanban_Board_24:ktaskPriority, 1
- $Kanban_Board_24:ktaskSwimlane, top
- $Kanban_Board_24:ktaskColumn,
-
type: tracker_item
ref: kanban_003
data:
tracker: $Kanban_Board_24:trk_kanban_board_24
status: open
values:
- $Kanban_Board_24:ktaskName, Request to have profile export to include tracker tabular definition in order to allow easy reimporting of tracker items elsewhere through applygin a local profile
- $Kanban_Board_24:ktaskDescription,
- $Kanban_Board_24:ktaskStage, prending
- $Kanban_Board_24:ktaskPriority, 1
- $Kanban_Board_24:ktaskSwimlane, bottom
- $Kanban_Board_24:ktaskColumn,
{CODE(}
Wiki Pages
YAML
Copy to clipboard
instructions: Kanban-Board permissions: { } objects: - type: wiki_page ref: wiki_homepage_kanban_board_24 data: name: Kanban-Board content: 'wikicontent:Kanban-Board-24' wysiwyg: 'n' - type: wiki_page ref: wikimenu_kanban_board_24 data: name: 'Kanban Profile Menu' content: 'wikicontent:Kanban Profile Menu' description: 'Simple wiki menu to provide links for the Kanban Board' lang: en wysiwyg: 'n'
Modules
YAML
Copy to clipboard
permissions: { } objects: - type: module ref: module_wikimenu data: name: menupage position: right order: '1' cache: '0' rows: '10' groups: - Anonymous - Registered params: pagemenu: '$profileobject:wikimenu_kanban_board_24$'