imaginary-cloud / redmine_evm

Earned Value Management plugin for Redmine
Other
32 stars 18 forks source link

Calculate EVM on a daily basis instead of weekly basis #38

Closed gamafranco closed 10 years ago

gamafranco commented 10 years ago

Currently we're calculating EVM on a weekly basis, and pulling the calculations to the beginning of the week.

This has several drawbacks:

Please do an experiment with daily calculations instead of weekly calculations to see if the result is better.

Otherwise we need to consider the end of the week as the maximum PV and not the begging.

momibun926 commented 10 years ago

+1

nfecastro commented 10 years ago

This issue is already in consideration. Once I got time I will create a new branch and push the alterations.

nfecastro commented 10 years ago

Check dailyBasisEVM branch. This branch also includes the alteration from the issue #43