stable
Clone or download
Read-only
For now the effort values are displayed in a simple table. A future contribution will display these value in a graph. This is part of story #10670: a BurnUp chart based on Done stories Change-Id: Idcc604eec1e86bf859c2b9a28cbc2f54c62d3147
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +33 | −19 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDao.php | +12 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupData.php | +17 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +75 | −8 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupEffort.php | +43 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |