TW-311: Estimated completion in burndown.daily shows impossible results
- Thanks to Michele Santullo. - Although TW-311 references impossible results, there are two problems. First there is the algorithm that determines estimateѕ completion, and second there is the reference to wait dates. The algorithm has been replaced by something better, but wait dates have nothing to do with estimation. - The 'burndown.bias' configuration setting is removed. - The estimated completion is based on the net completion rate since the high water mark of total pending tasks, measured on a daily basis, regardless of the type of chart produced. - Vim syntax updated. - Docs updated.
This commit is contained in:
@@ -40,7 +40,6 @@ syn match taskrcGoodKey '^\s*\Vactive.indicator='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Valias.\S\{-}='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vavoidlastcolumn='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vbulk='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vburndown.bias='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vcalendar.details='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vcalendar.details.report='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vcalendar.holidays='he=e-1
|
||||
|
||||
Reference in New Issue
Block a user