I’ve tried the overlay sample because i want to intergrate it to my project but this sample doesn’t work well.
The real progress in the graph is incorrect.
Way to reproduce with the sample code without modification :
delete all tasks
create a task with duration = 2 days
after the first task, create a second task with duration = 2 days
If i put 100% progress on the first task and 50% progress on the second, on the middle of the second task, the graph indicate : planned=75% and real=63%.
The real progress should be 75%.
No ?
Hello,
I see that the final progress is 100%/75%.
If you hover the mouse over the previous day, you will see 75%/63%.
The displayed value depends on the point you highlight:
In the previous day, i see : planned 75%, real 63%
Why the real value is 63% ? That correspond to nothing.
The normal value should be 75% for both planned and real. No ?
Hello,
The dev team decided that if you calculate the progress, it should consider days when calculating the total progress.
Here is a small demonstration of how it calculates the progress:
Day 1: half of task #1 + 0 + 0 + 0
Day 2: half of task #1 + half of task #1 + 0 + 0
Day 3: half of task #1 + half of task #1 + half of task #2 + 0
Day 4: half of task #1 + half of task #1 + half of task #2 + half of task #2