stable
Clone or download
Read-only
This is part of story #21793 configure Program Management How to test: - Go to program admin Expected results: - You can choose who can prioritize features Note to reviewer: In next patch, we will can submit this form to save configuration. But like I will need to manage forms, API errors, I think it will a big patch so I prefer to do it in another patch Change-Id: I8d142ec49735cd572d3fc9a060ff85674fdcec14
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Admin/CanPrioritizeItems/ProjectUGroupCanPrioritizeItemsPresentersBuilder.php | +71 | −0 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Admin/PlannableTrackersConfiguration/PotentialPlannableTrackersConfigurationPresentersBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/CanPrioritizeFeaturesDAO.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +7 | −2 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/CanPrioritizeItems/BuildProjectUGroupCanPrioritizeItemsPresenters.php | +33 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/PlannableTrackersConfiguration/BuildPotentialPlannableTrackersConfigurationPresenters.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramAdminPresenter.php | +12 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramIncrementTrackerConfiguration/BuildPotentialProgramIncrementTrackerConfigurationPresenters.php | +2 | −2 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Admin/ProgramTrackerConfigurationPresenter.php | Go to diff View file | ||
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/RetrieveProjectUgroupsCanPrioritizeItems.php | +31 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +2 | −0 | Go to diff View file |
M | plugins/program_management/templates/admin/milestones/admin-configuration-program-increment-section.mustache | +5 | −2 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Admin/CanPrioritizeItems/ProjectUGroupCanPrioritizeItemsPresentersBuilderTest.php | +68 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/BuildPotentialPlannableTrackersConfigurationPresentersStub.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/BuildPotentialProgramIncrementTrackerConfigurationPresentersStub.php | +3 | −3 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildProjectUGroupCanPrioritizeItemsPresentersStub.php | +62 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveProjectUgroupsCanPrioritizeItemsStub.php | +54 | −0 | Go to diff View file |