stable

Clone or download

Read-only

Replace MirroredMilestone to MirroredProgramIncrement to be compliant with terms

This is part of story #21368 create mirrored iteration No functional changes. Note to reviewer: 3 classes keep there name containing MirroredMilestone: - MirroredMilestone - MirroredMilestonesDAO - MirroredMilestoneRetriever I think these classes will be used to retrieve both Mirrored Program Increments AND Mirrored Iteration. DAO uses artifact link `_mirrored_milestone` to retrieve Mirrored PI for a PI. In the future, iteration and mirrored iteration will be linked with same link. So we can keep these class names, and we will use it to retrieve Mirrored Iteration. Change-Id: Ic1962cb3704e86ceebf03f348a0f8f811b73da82

Modified Files

Name
M plugins/program_management/adr/glossary.md +4 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php +3 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/TaskBuilder.php +2 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php +8 −39 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureChecker.php +2 −2 Go to diff View file
R plugins/program_management/include/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlanner.php Go to diff View file
R plugins/program_management/include/Domain/Program/Backlog/Feature/PlanUserStoriesInMirroredMilestones.php Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTaskTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +3 −3 Go to diff View file
R plugins/program_management/tests/unit/Adapter/Program/Feature/UserStoriesInMirroredMilestonesPlannerTest.php Go to diff View file