stable
Clone or download
Read-only
this is part of story #10670 a BurnUp chart based on Done stories Computation is now related to agiledashboard planning. Example of computation: 02/01/2018 R1 > US1 > Bug1 Total initial effort is US1 + Bug1 05/01/2018 R1 > US1 > US2 > Bug2 Total initial effort is US1 + US2 + Bug1 Change-Id: I8bfbdc130b5e85c7479fb608afb528f7c4ee5998
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +23 | −15 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCalculator.php | +109 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDao.php | +36 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +15 | −20 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupTotalEffortCalculator.php | +0 | −52 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php | +15 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php | +15 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +21 | −14 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php | +14 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php | +24 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/ChangesetValueComputed.php | +58 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +39 | −34 | Go to diff View file |
M | plugins/tracker/tests/ChangesetValueComputedTest.php | +14 | −14 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporterTest.php | +4 | −4 | Go to diff View file |