Version 2 (modified by todor, 16 years ago) (diff) |
---|
Analysis
Overview
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.
Task requirements
Create script that:
- checks if the reports are correct
- if they are not correct displays the number of errors
- outputs useful information related to the work breakdown structure
- working hours on task
- total working hours
- on how many tasks anyone has worked
- etc.
Task result
The result of this task must be script file that should be stored in the repository.
Implementation idea
Create a python script that fulfill the task requirements.
Related
SCHEDULE_WBS_EXPORTS_R0 SCHEDULE_MAINTENANCE_R1
How to demo
Run the script and check your daily reports.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
Log