stable
Clone or download
Read-only
Refactoring: BuildPotentialProgramIncrementTrackerConfigurationPresenters becomes more generic
This is part of story #21793 configure Program Management There was a repeating between 2 files (BuildPotentialProgramIncrementTrackerConfigurationPresenters and BuildPotentialIterationTrackerConfigurationPresenters), so now I introduce a new class BuildPotentialTimeboxTrackerConfigurationPresenters. No functional change. You can still choose PI and Iteration tracker. When you load the page, the PI and Iteration are checked if exist. Change-Id: I08b628a77ca26880ded7bb52664db060adfe8590
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +9 | −14 | Go to diff View file |
D | plugins/program_management/include/Domain/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilder.php | +0 | −54 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Admin/IterationTrackerConfiguration/PotentialIterationTrackerConfigurationPresentersBuilder.php | Go to diff View file | ||
M | plugins/program_management/include/program_managementPlugin.php | +0 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +11 | −17 | Go to diff View file |
D | plugins/program_management/tests/unit/Domain/Program/Admin/IterationTrackerConfiguration/PotentialIterationTrackerConfigurationPresentersBuilderTest.php | +0 | −90 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilderTest.php | Go to diff View file |