Changes between Version 19 and Version 20 of REPORTS


Ignore:
Timestamp:
10/09/08 17:12:17 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REPORTS

    v19 v20  
    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 't' be a task. It provides some attributes used in the formulae to obtain the score. The common things for the 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: 
    7777    * '''t-effort''' - represents the effort of every task. 
    7878    * '''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. 
    7981   * '''analysis-score''': 
    8082    * represents the score one accumulates for done analysis.