Changes between Version 1 and Version 2 of SCHEDULE_WBS_EXPORTS_R1


Ignore:
Timestamp:
10/23/08 10:41:14 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCHEDULE_WBS_EXPORTS_R1

    v1 v2  
    33= Analysis = 
    44== Overview == 
     5The exported results from our work breakdown structure are used for better tracking of our work process and early discovering of potential impediments. We track our workflow with daily reports, they are written according to a specific template. This way we can extract from them desired information using a script. For this revision of the task your goal is to create a script that checks the reports and ouptuts useful statistics. 
    56== Task requirements == 
     7Create script that: 
     8 * checks if the reports are correct 
     9 * if they are not correct displays the number of errors 
     10 * outputs useful information related to the work breakdown structure 
     11  * working hours on task 
     12  * total working hours 
     13  * on how many tasks anyone has worked 
     14  * etc. 
    615== Task result == 
     16The result of this task must be script file that should be stored in the repository. 
    717== Implementation idea == 
     18Create a python script that fulfill the task requirements. 
    819== Related == 
     20[wiki:SCHEDULE_WBS_EXPORTS_R0] 
     21[wiki:SCHEDULE_MAINTENANCE_R1] 
    922== How to demo == 
     23Run the script and check your daily reports. 
    1024 
    1125= Design =