mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Burndown Chart
- Implemented burndown.daily, which is functional, but has outstanding problems that need to be addressed: - Slow - Does not optimize output (i.e. contains /\S\s+$/) - Needs generalized helper functions to reduce the size of the handler
This commit is contained in:
parent
94480c23d2
commit
652b7d9c8d
16 changed files with 1594 additions and 782 deletions
|
@ -142,6 +142,9 @@ void Cmd::load ()
|
|||
commands.push_back ("history.annual");
|
||||
commands.push_back ("ghistory.monthly");
|
||||
commands.push_back ("ghistory.annual");
|
||||
commands.push_back ("burndown.daily");
|
||||
commands.push_back ("burndown.weekly");
|
||||
commands.push_back ("burndown.monthly");
|
||||
|
||||
// Commands whose names are localized.
|
||||
commands.push_back (context.stringtable.get (CMD_ADD, "add"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue