Loading...
 
Skip to main content

History: Profile_gantt_chart_instructions_page

Source of version: 6 (current)

Copy to clipboard
            This is a (work-in-progress) instructions page from https://profiles.tiki.org/GanttChart

{maketoc title="" levels="1,2"}

!# Gantt Chart
See: (($profileobject:wiki_page_sample_gantt_chart$))

!# Manage project data
You can do so through the related tracker items: [tiki-view_tracker.php?trackerId=$profileobject:trackergantt$|TrackerGantt], or through the GanttChart editor itself.


!# Status transition rules (aka project workflow)
Task statuses are a key feature in the PluginGanttChart. 

Try to close some tasks (change status to “completed”); you will see how dependent tasks/children will change their status according to the following rules:

*    __any status-> STATUS_DONE__:  may activate dependent tasks, both suspended and undefined. Will set to done all descendants.
*    __STATUS_FAILED -> STATUS_DONE__:  do nothing if not forced by hand.
*    __STATUS_UNDEFINED -> STATUS_ACTIVE__: all children become active, if they have no dependencies.
*    __STATUS_SUSPENDED -> STATUS_ACTIVE__ : sets to active all children and their descendants that have no inhibiting dependencies.
*    __STATUS_DONE -> STATUS_ACTIVE__: all those that have dependencies must be set to suspended.
*    __STATUS_FAILED -> STATUS_ACTIVE__: nothing happens: child statuses must be reset by hand.
*    __any status-> STATUS_SUSPENDED__: all active children and their active descendants become suspended. when not failed or forced
*    __any status-> STATUS_UNDEFINED__: all active children and their active descendants become suspended. when not failed or forced.
*    __any status-> STATUS_FAILED__: children and dependants are set to failed.

!# More information
You can read more about this plugin at:
Related: https://doc.tiki.org/PluginGanttChart