Changes between Version 1 and Version 2 of SCHEDULE_WBS_TASKS_R0


Ignore:
Timestamp:
09/29/08 16:34:28 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_TASKS_R0

    v1 v2  
    44 * add missing tasks and comments 
    55 * verify and finalize the document 
     6 
     7[[BackLinksMenu]] 
     8 
     9= Analysis = 
     10== Overview == 
     11The goal of this task is to decompose the tasks to subtasks with less effort. 
     12== Task requirements == 
     13( Taken from /manage/sched/sophie2-wbs.py Rules section) 
     14= Task rules = 
     15 * It should be clear what a given task is!      
     16 
     17 * Sub-tasks should not overlap! 
     18 
     19 * Sub-tasks should cover 100% of the parent task. 
     20 
     21 * Each task should have either: 
     22         
     23  * Several revisions. 
     24         
     25  * >=2, <=7 sub tasks 
     26 
     27 * Super tasks which contains sub-tasks (not a revisions) should not need work for themselves.  
     28         
     29  * If it looks like it needs, define a child-task that covers this. 
     30 
     31 * Try to keep to entity/feature driven spec. 
     32 
     33 * No end task (with revisions only) should have more than 10 effort. 
     34 
     35 * No task should have less than 1 effort. 
     36 
     37 * No revision should have less than 0.5 effort. 
     38 
     39 * Names are global! It should be clear 0.5 effort. 
     40 
     41 * Names are global! It should be clear what the task is, without its context.   
     42 
     43== Task result == 
     44Schedule meeting listed requirements. 
     45== Implementation idea == 
     46Open /manage/sched/sophie2-wbs.py and look for: 
     47 
     48 * Tasks with less than 1 effort 
     49 
     50 * Tasks with same names. 
     51 
     52 * Unclear task names. 
     53 
     54 * Subtasks do cover < 100% of the parent task. 
     55 
     56 * Subtasks do overlap each other. 
     57  
     58 * Child tasks (final) with effort more than 7 
     59 
     60 * Child tasks (final) with effort less than 2 
     61 
     62Note that in some cases effort <=2 and >=7 is permissible. 
     63 
     64 
     65== Related == 
     66^(Here you can add related tasks that could be useful or helpful.)^ 
     67 
     68== How to demo == 
     69^(In this section you must add instructions for the demo of the task.)^ 
     70 
     71= Design = 
     72Open sophie2-wbs.py and: 
     73 * decompose the tasks further in work breakdown structure (read the rules in the beginning of the document) 
     74 * look up for tasks with too small or too big effort and correct them 
     75 * add missing tasks and comments 
     76 * verify and finalize the document 
     77= Implementation = 
     78^(Implementation results should be described and linked here (from the wiki or the repository)^ 
     79 
     80= Testing = 
     81 
     82= Log = 
     83^(Link the log of the task here)^