Changes between Version 19 and Version 20 of REPORTS
- Timestamp:
- 10/09/08 17:12:17 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REPORTS
v19 v20 74 74 * '''untracked-work''' - the total reported time spent on untracked tasks followed by the list of tasks that the person has worked on. 75 75 * There are four formulae that when summed represent the score one accumulates over the sprint: 76 * Let 't' be a task. It provides some attributes used in the formulae to obtain the score. The common things forthe formulae are:76 * Let 't' be a task. It provides some attributes used in the formulae to obtain the score. The attributes we use to calculate the formulae are: 77 77 * '''t-effort''' - represents the effort of every task. 78 78 * '''t-part''' - is the part of the task that is done by the particular person. For example if an analysis is done by tow people either of them will have a '''t-part''' of 0.5 . Note that we have '''t-part''' for analysis, design, implementation and testing. 79 * '''t-an-score''' - these are the points assigned to the analysis part after the an-re has passed. 80 * '''t-im-socre''' - these are the points assigned to the implementation part after im-re has passed. Note that we do not has t-de-score since design and implementation go together. 79 81 * '''analysis-score''': 80 82 * represents the score one accumulates for done analysis.