Changes between Version 1 and Version 2 of SCHEDULE_WBS_EXPORTS_R1
- Timestamp:
- 10/23/08 10:41:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCHEDULE_WBS_EXPORTS_R1
v1 v2 3 3 = Analysis = 4 4 == Overview == 5 The 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. 5 6 == Task requirements == 7 Create 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. 6 15 == Task result == 16 The result of this task must be script file that should be stored in the repository. 7 17 == Implementation idea == 18 Create a python script that fulfill the task requirements. 8 19 == Related == 20 [wiki:SCHEDULE_WBS_EXPORTS_R0] 21 [wiki:SCHEDULE_MAINTENANCE_R1] 9 22 == How to demo == 23 Run the script and check your daily reports. 10 24 11 25 = Design =