Burndown Chart

- Added debug output showing calculations.
- Made the bias configurable, defaulting to 0.666.
- Added 'burndown.bias' to the taskrc.5 man page.
This commit is contained in:
Paul Beckingham 2010-11-24 15:11:02 -05:00
parent 42c0b33f07
commit 955634c35b
3 changed files with 28 additions and 10 deletions

View file

@ -80,6 +80,7 @@ std::string Config::defaults =
"recurrence.indicator=R # What to show as a task recurrence indicator\n"
"recurrence.limit=1 # Number of future recurring pending tasks\n"
"undo.style=side # Undo style - can be 'side', or 'diff'\n"
"burndown.bias=0.666 # Weighted mean bias toward recent data\n"
"\n"
"# Dates\n"
"dateformat=m/d/Y # Preferred input and display date format\n"