Changes between Version 8 and Version 9 of SCHEDULE_WBS_DEPENDENCIES_R0


Ignore:
Timestamp:
09/19/08 11:50:40 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_DEPENDENCIES_R0

    v8 v9  
    1313 * Since all Tasks have unique names, the name of a task is enough to determine the dependencies. 
    1414 * After dependencies are put in the ODS document, all the document should be exported in the WBS document and task juggler calendars should be generated to check the consistency of the dependencies. 
     15 
     16Implemeting:  
     17 * Filling the table called resources.ors - depends column. 
     18 * Extracting the dependencies in the sophie2-wbs.py file (function depends()). 
     19 
     20Testing: 
     21 * After we struggled with the Python Syntax, Milo decided to help and the result was the checkOrder() function. 
     22 * checkOrder() function checks whether dependencies are correctly added. Result: 
     23  * No dependencies for R0 of tasks. 
     24  * About 90 dependencies from R0 on. 
     25  * Dependencies between non bottom level tasks also exist (not counted).