Loading...
Use
Create
Develop
FAQ
Troubleshooting
History: Kanban_Board_26
View page
Source of version: 23
(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-26)) (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_26$' 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_26$' 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_26 data: name: 'Kanban Board' description: 'A simple Kanban Board based on trackers' show: - status - type: tracker_field ref: trk_kanban_board_26_ktaskName data: name: Name permname: ktaskName tracker: '$profileobject:trk_kanban_board_26$' options: samerow: 1 type: text_field order: '10' visby: { } editby: { } flags: - link - list - searchable - public - mandatory - type: tracker_field ref: trk_kanban_board_26_ktaskDescription data: name: Description permname: ktaskDescription tracker: '$profileobject:trk_kanban_board_26$' options: distinct: 'n' wysiwyg: 'n' samerow: 1 type: text_area order: '20' visby: { } editby: { } flags: - searchable - public - type: tracker_field ref: trk_kanban_board_26_ktaskStage data: name: Stage permname: ktaskStage tracker: '$profileobject:trk_kanban_board_26$' 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_26_ktaskPriority data: name: Priority permname: ktaskPriority tracker: '$profileobject:trk_kanban_board_26$' options: samerow: 1 dec_point: . thousands: ',' type: numeric order: '40' visby: { } editby: { } flags: - list - searchable - public - type: tracker_field ref: trk_kanban_board_26_ktaskSwimlane data: name: Swimlane permname: ktaskSwimlane tracker: '$profileobject:trk_kanban_board_26$' 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_26_ktaskColumn data: name: Column permname: ktaskColumn tracker: '$profileobject:trk_kanban_board_26$' 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_26:trk_kanban_board_26 status: open values: - [ $Kanban_Board_26:trk_kanban_board_26_ktaskName, 'My first kanban item' ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskDescription, 'Created from the tracker ui, and edited from the Kanban UI' ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskStage, wish ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskPriority, 3 ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskSwimlane, middle ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskColumn, 1 ] - type: tracker_item ref: kanban_002 data: tracker: $Kanban_Board_26:trk_kanban_board_26 status: pending values: - [ $Kanban_Board_26:trk_kanban_board_26_ktaskName, 'Improve profile with dynamic reference to objects' ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskDescription, '' ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskStage, wish ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskPriority, 1 ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskSwimlane, top ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskColumn, ''] - type: tracker_item ref: kanban_003 data: tracker: $Kanban_Board_26:trk_kanban_board_26 status: open values: - [ $Kanban_Board_26:trk_kanban_board_26_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_26:trk_kanban_board_26_ktaskDescription, '' ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskStage, prending ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskPriority, 1 ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskSwimlane, bottom ] - [ $Kanban_Board_26:trk_kanban_board_26_ktaskColumn, '' ] {CODE} !!! Wiki Pages {CODE(caption=>YAML,wrap=>1)} instructions: Kanban-Board permissions: { } objects: - type: wiki_page ref: wiki_homepage_kanban_board_26 data: name: Kanban-Board content: 'wikicontent:Kanban-Board-26' wysiwyg: 'n' - type: wiki_page ref: wikimenu_kanban_board_26 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_26$' {CODE} ~tc~ (alias(Kanban_Board_25)) ~/tc~
Menu
Featured profiles
Profiles in Wizard
Profiles Todos
Handlers
Profiles Tester
Admin
of this site
Current Profiles
Tiki version
21.x
24.x
26.x
27.x
28.x
Deprecated
25.x
state
Not fully functional yet
alpha
beta
release
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
Test_all_tracker_field_types_profile
Scheduler_Presets_20
Tracker_as_Calendar_09
Tracker_as_Calendar_10
Hide Fixed Top Nav Bar on Scroll 19
Easy_GeoBlog
test_profile_change
Profiles_in_Wizard
Random_header_images_14
Hide Fixed Top Nav Bar on Scroll 19
How to Create Profiles
Test_All_Plugins
JonnyBs_Luxury_Tiki_Setup
Collaborative_Multilingual_Terminology
Profile_Test_all_Modules_Test_all_Modules_page
...more
Like almost all *.tiki.org sites, you can log in with your login from
https://tiki.org
(register over there)
Search
Find
Most Popular Tags
admin
agenda
alias
antibot
antibot captcha
app
archive
articles
banning
batch
blogs
calculations
calendars
cart
categories
cluster
codemirror
comments
computation
contact us
datachannel
debug
debug console
dropdown with other
error messages
features
file galleries
forums
geo
geocms
geolocation
group homepages
group watches
header
i18n
images
item link
items list
jquery
languages
location
map
maps
maths
menu
menupage
multilingual
ol3
ol5
openlayers
paypal
plugin
plugin alias
plugin datachannel
plugin fade
plugin tabs
plugin trackerlist
pretty trackers
print
project management
r
r project
realnames
rss
static
static text
statistics
stats
structures
syntax highlighter
tablesorter
template
trackers
user watches
visualization
watches
webservice
wiki
wiki argument variables
wiki structures
Tiki Newsletter
Subscribe to the Tiki newsletter.
Don't miss major announcements and other news!