Loading...
Use
Create
Develop
FAQ
Troubleshooting
History: Kanban_Board_25
View page
Source of version: 19
(current)
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. {maketoc title="" levels="2,3"} These pages will be created: * ((Kanban-Board-25)) (named as "Kanban-Board") * ((Kanban Profile Menu)) !!Features !!! Tracker {CODE(caption=>YAML,wrap=>1)} permissions: Registered: description: 'Users logged into the system' is_external: 'n' objects: - type: tracker id: '$profileobject:trk_kanban_board_25$' 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_25$' 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_25 data: name: 'Kanban Board' description: 'A simple Kanban Board based on trackers' show: - status - type: tracker_field ref: trk_kanban_board_25_ktaskName data: name: Name permname: ktaskName tracker: '$profileobject:trk_kanban_board_25$' options: samerow: 1 type: text_field order: '10' visby: { } editby: { } flags: - link - list - searchable - public - mandatory - type: tracker_field ref: trk_kanban_board_25_ktaskDescription data: name: Description permname: ktaskDescription tracker: '$profileobject:trk_kanban_board_25$' options: distinct: 'n' wysiwyg: 'n' samerow: 1 type: text_area order: '20' visby: { } editby: { } flags: - searchable - public - type: tracker_field ref: trk_kanban_board_25_ktaskStage data: name: Stage permname: ktaskStage tracker: '$profileobject:trk_kanban_board_25$' 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_25_ktaskPriority data: name: Priority permname: ktaskPriority tracker: '$profileobject:trk_kanban_board_25$' options: samerow: 1 dec_point: . thousands: ',' type: numeric order: '40' visby: { } editby: { } flags: - list - searchable - public - type: tracker_field ref: trk_kanban_board_25_ktaskSwimlane data: name: Swimlane permname: ktaskSwimlane tracker: '$profileobject:trk_kanban_board_25$' 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_25_ktaskColumn data: name: Column permname: ktaskColumn tracker: '$profileobject:trk_kanban_board_25$' options: options: - 1=ToDo type: dropdown order: '60' visby: { } editby: { } flags: - searchable - public {CODE} !!! Sample Data {CODE(caption=>YAML,wrap=>1)} objects: - type: tracker_item ref: kanban_001 data: tracker: $Kanban_Board_25:trk_kanban_board_25 status: open values: - [ $Kanban_Board_25:trk_kanban_board_25_ktaskName, 'My first kaban item' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskDescription, 'Created from the tracker ui, and edited from the Kanban UI' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskStage, wish ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskPriority, 3 ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskSwimlane, middle ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskColumn, 1 ] - type: tracker_item ref: kanban_002 data: tracker: $Kanban_Board_25:trk_kanban_board_25 status: pending values: - [ $Kanban_Board_25:trk_kanban_board_25_ktaskName, 'Improve profile with dynamic reference to objects' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskDescription, '' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskStage, wish ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskPriority, 1 ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskSwimlane, top ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskColumn, ''] - type: tracker_item ref: kanban_003 data: tracker: $Kanban_Board_25:trk_kanban_board_25 status: open values: - [ $Kanban_Board_25:trk_kanban_board_25_ktaskName, 'Request to have profile export to include tracker tabular definition in order to allow easy reimporting of tracker items elsewhere through applying a local profile' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskDescription, '' ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskStage, prending ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskPriority, 1 ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskSwimlane, bottom ] - [ $Kanban_Board_25:trk_kanban_board_25_ktaskColumn, '' ] {CODE} !!! Wiki Pages {CODE(caption=>YAML,wrap=>1)} instructions: Kanban-Board permissions: { } objects: - type: wiki_page ref: wiki_homepage_kanban_board_25 data: name: Kanban-Board content: 'wikicontent:Kanban-Board-25' wysiwyg: 'n' - type: wiki_page ref: wikimenu_kanban_board_25 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' {CODE} !!! Modules {CODE(caption=>YAML,wrap=>1)} 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_25$' {CODE}
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Admin
of this site
Current Profiles
state
alpha
beta
Not fully functional yet
release
Tiki version
18.x
21.x
22.x
23.x
24.x
25.x
Deprecated
10.x
11.x
12.x
13.x
14.x
15.x
16.x
17.x
19.x
20.x
3.x
4.x
5.x
6.x
7.x
8.x
9.x
type
Available in the Profiles Wizard (12+)
Featured profiles
Full profile (out of the box & ready to go)
Learning profile (to show off feature)
Long tail
Mini-profile (can be included in other)
Profile-snippet (optional but needs another "parent" profile)
Security
Tests
Latest Changes
JonnyBs_Luxury_Tiki_Setup
CartoGraf_FR_HomePage
Collaborative_Community_21
Company_Intranet_21
Profile_Test_All_Modules_Test_All_Modules_Page
Profiles_in_Wizard
Shared_t_o_footer
Markdown_Settings
Markdown_Settings_Markdown_WYSIWYG
Markdown_Settings_Markdown_Plain
Timesheets
Groupmail_20
Tracker_as_Calendar_19
Profile_Timesheet_IE_Homepage
Profile_Timesheet_IE_Homepage
Kanban_Board
Kanban_Board_25
Kanban Profile Menu
Kanban-Board-25
Profiles Todos
...more
Search
Find
Most Popular Tags
admin
agenda
antibot
antibot captcha
archive
articles
batch
blogs
calculations
calendar
calendars
captcha
cart
categories
cluster
codemirror
collaboration
collaborative writing
comments
computation
conditional
contact
contact us
convene
css
datachannel
debug
debug console
doodle
dropdown with other
error messages
features
file galleries
forums
fullcalendar
geo
geocms
geolocation
group homepages
group watches
header
i18n
images
internal messaging
intra-tiki messaging
item link
items list
jquery
languages
map
maps
menu
menupage
plugin alias
plugin datachannel
plugin fade
plugin list
plugin split
plugin tabs
plugin trackercalendar
plugin trackerlist
pretty trackers
print
project management
resource management
resourceviews
rss
static
static text
syntax highlighter
tablesorter
template
trackercalendar
trackerfilter
trackerlist
trackers
user watches
watches
wiki
wiki argument variables
Tiki Newsletter
Subscribe to the Tiki newsletter.
Don't miss major announcements and other news!