stable
Clone or download
Read-only
The team effort value is now computed is a similar way than the total effort but only done artifacts are taken into account. This is part of story #10670: a BurnUp chart based on Done stories Change-Id: Ib0e306e4f9490d9c68402b7420bdee0589da31c5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +5 | −15 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php | +28 | −7 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDao.php | +0 | −153 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +7 | −34 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupManualValuesAndChildrenListRetriever.php | +0 | −80 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupTeamEffortCalculator.php | +0 | −51 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php | +8 | −25 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php | +10 | −26 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php | +24 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +4 | −30 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +2 | −4 | Go to diff View file |