Changes between Version 2 and Version 3 of SCHEDULE_WBS_TIME_ALLOC_R0


Ignore:
Timestamp:
09/09/08 13:36:00 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_TIME_ALLOC_R0

    v2 v3  
     1 == Analysis == 
    12The whole project depends on correct time allocation, so you have to follow these rules: 
    23 * add revisions to the rest of the tasks carefully ( search for "more()" in the python file )  
    34 * the sprint effort must depend on the resources (developers and QA-s availability) for this sprint 
    45 * use the exported files from sophie2-wbs.py for information 
     6 == Design == 
     7The goal is to synchronize the effort allocations in sophie2-wbs.py to the resources.ods. 
     8 * Create new sheets 
     9  * Platform 
     10  * Core 
     11  * Base 
     12  * Main 
     13  * Extra 
     14  * SCS 
     15  * S2S 
     16  * Supporting 
     17  * End_Prod 
     18 * For each sheet do the following 
     19  * First row should be the same as in alloc sheet 
     20  * Second row should be the same as the corresponding row in alloc sheet (ex. for Platform sheet row 2 should be copied row 3 from alloc sheet) 
     21  * Third row - cells c3..p3 should contain "=X2-SUM(X4:X24) 
     22When this table is ready, each task can be imported in this table. In row 3 can be seen easily how much days are remaining for this milestone for this group of tasks.