mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
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:
parent
42c0b33f07
commit
955634c35b
3 changed files with 28 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue