Loading...
 
Skip to main content

History: Kanban_Board_26

Source of version: 1

Copy to clipboard
            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. 

!!Features 

{CODE(caption=>YAML,wrap=>1)}
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: kanban_issue_board
  data:
   name: Kanban Board
   description:  A simple Kanban Board based on trackers
 -
  type: tracker_field
  ref: ktaskName
  data:
   name: Name
   tracker: $kanban_issue_board
   type: text_field
   flags: [ public, list, mandatory, title ]
   order: 10
 -
  type: tracker_field
  ref: ktaskDescription
  data:
   name: Description
   tracker: $kanban_issue_board
   type: text_area
   flags: [ public ]
   order: 20 
 -
  type: tracker_field
  ref: ktaskStage
  data:
   name: Stage
   tracker: $kanban_issue_board
   type: dropdown
   options: wish=Wishes,prending=Pending,open=Open,done=Done
   flags: [ public, list ]
   order: 40
 -
  type: tracker_field
  ref: ktaskPriority
  data:
   name: Priority
   tracker: $kanban_issue_board
   type: numeric
   flags: [ public, list ]
   order: 40 
 -
  type: tracker_field
  ref: ktaskSwimlane
  data:
   name: Swimlane
   tracker: $kanban_issue_board
   type: dropdown
   options: top=Crawl,middle=Butterfly,bottom=Backstroke
   flags: [ public, list ]
   order: 50 
 -
  type: tracker_field
  ref: ktaskColumn
  data:
   name: Column
   tracker: $kanban_issue_board
   type: dropdown
   options: 1=ToDo
   flags: [ public ]
   order: 60
 -
   type: wiki_page
   data:
    name: Kanban-Board
    content: wikicontent:Kanban-Board
{CODE}
        

History

Information Version
Sun 20 of Aug, 2023 23:56 GMT-0000 Bruno Kambere Fix kanban typo spelling 23
Sun 20 of Aug, 2023 23:31 GMT-0000 Bruno Kambere Add page to categorie Profile > Tiki version > 26.x 22
Sun 20 of Aug, 2023 22:58 GMT-0000 Bruno Kambere Update Kanban profile to be based on Tiki26x 21
Sun 20 of Aug, 2023 22:42 GMT-0000 Bruno Kambere Page renamed from Kanban_Board_25 to Kanban_Board_26. Semantic alias redirect created 20
Wed 22 of Jun, 2022 15:40 GMT-0000 Marc Laporte Kanban will arrive in Tiki25 19
Wed 16 of Feb, 2022 01:50 GMT-0000 Xavi (as xavidp - admin) added the property to show status, so that admin and other users can see the status of tracker items in this tracker 18
Wed 16 of Feb, 2022 01:47 GMT-0000 Xavi (as xavidp - admin) oups, missing one prefix of ref 17
Wed 16 of Feb, 2022 01:46 GMT-0000 Xavi (as xavidp - admin) aiming to fix the problem to validate data 16
Wed 16 of Feb, 2022 01:44 GMT-0000 Xavi (as xavidp - admin) fix refs to tracker fields in sample data definition 15
Wed 16 of Feb, 2022 01:40 GMT-0000 Xavi (as xavidp - admin) typo 14
Wed 16 of Feb, 2022 01:38 GMT-0000 Xavi (as xavidp - admin) fix indentation 13
Wed 16 of Feb, 2022 01:33 GMT-0000 Xavi (as xavidp - admin) dummy sample data (and 'prending' value found, not fixed yet) 12
Wed 16 of Feb, 2022 01:14 GMT-0000 Xavi (as xavidp - admin) fix name of instructions page 11
Wed 16 of Feb, 2022 01:12 GMT-0000 Xavi (as xavidp - admin) fix indentation 10
Wed 16 of Feb, 2022 01:10 GMT-0000 Xavi (as xavidp - admin) added perm inheritance from Registered to Admins 9
Wed 16 of Feb, 2022 01:07 GMT-0000 Xavi (as xavidp - admin) added perms 8
Wed 16 of Feb, 2022 00:43 GMT-0000 Xavi (as xavidp - admin) removed duplicated code 7
Wed 16 of Feb, 2022 00:31 GMT-0000 Xavi (as xavidp - admin) adapted wiki page name in profiles.t.o 6
Wed 16 of Feb, 2022 00:14 GMT-0000 Xavi (as xavidp - admin) added instructions 5
Wed 16 of Feb, 2022 00:11 GMT-0000 Xavi (as xavidp - admin) added maketoc 4
Wed 16 of Feb, 2022 00:10 GMT-0000 Xavi (as xavidp - admin) splitted tracker info from wiki pages and module 3
Wed 16 of Feb, 2022 00:08 GMT-0000 Xavi (as xavidp - admin) replaced content with the tweaked one and provided by local profile export 2
Wed 16 of Feb, 2022 00:01 GMT-0000 Xavi (as xavidp - admin) cloned from Kanban_Board, as a starting point 1