Changes between Version 18 and Version 19 of REPORTS


Ignore:
Timestamp:
10/09/08 16:57:47 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v18 v19  
    7474  * '''untracked-work''' - the total reported time spent on untracked tasks followed by the list of tasks that the person has worked on. 
    7575  * There are four formulae that when summed represent the score one accumulates over the sprint: 
    76    * Let 'P' be a task. It provides some attributes used in the formulae to obtain the score. The common things for the formulae are: 
    77     * '''P-effort''' - represents the effort of every task. 
    78     * '''P-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 '''P-part''' of 0.5 
     76   * Let 't' be a task. It provides some attributes used in the formulae to obtain the score. The common things for the formulae are: 
     77    * '''t-effort''' - represents the effort of every task. 
     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. 
    7979   * '''analysis-score''': 
    8080    * represents the score one accumulates for done analysis.