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:
@@ -155,6 +155,8 @@ Hooks::Hooks ()
|
||||
validProgramEvents.push_back ("post-ghistory-command");
|
||||
validProgramEvents.push_back ("pre-history-command");
|
||||
validProgramEvents.push_back ("post-history-command");
|
||||
validProgramEvents.push_back ("pre-burndown-command");
|
||||
validProgramEvents.push_back ("post-burndown-command");
|
||||
validProgramEvents.push_back ("pre-import-command");
|
||||
validProgramEvents.push_back ("post-import-command");
|
||||
validProgramEvents.push_back ("pre-info-command");
|
||||
|
||||
Reference in New Issue
Block a user