stable

Clone or download

Read-only

Velocity computation

this is part of story #10632 have the velocity of an artifact Computation detail: When artifact is set from Open => Closed Computation makes the sum of initial effort of its Done backlog trackers artifact For instance, for a given Sprint "S1" with US1(initial_effort=5, status=Done), US2(initial_effort=3, status=Done and US3(initial_effort=5, status=On going), S1 velocity is 8. Change-Id: Idf5df90dfe2b22955a9b65ff9ccd5e149f4dd6c1

Modified Files

Name
A plugins/velocity/include/Velocity/VelocityCalculator.php +120 −0 Go to diff View file
A plugins/velocity/include/Velocity/VelocityDao.php +53 −0 Go to diff View file
M plugins/velocity/include/autoload.php +4 −2 Go to diff View file
M plugins/velocity/include/velocityPlugin.class.php +21 −1 Go to diff View file