What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Dec 19, 2006 by grahamdaviez
ChildBehaviour  
How should child tasks behave

Introduction

Child tasks are dependent on those above them in some way. The task may require completion of the parent task before it can be started.

A level is defined as the difference in indentation / number of child symbols between one task and its parent.

  • No task should be allowed to be more than 1 level away from its parent or child.
  • Tasks can be demoted or promoted if their parent and child tasks allow it.
  • Completion or removal of a task should not break the child levels.

Sign in to add a comment