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. |