stable
Clone or download
Read-only
part of story #21385 display Program's iterations Have an iteration with a user story linked to a feature The parent feature name is now displayed Note: If US is linked to more than a feature, the first feature found is displayed in app Change-Id: I205062687b3225f2bb3150909ed7a07ed8e12eef
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php | +28 | −1 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/SearchParentFeatureOfAUserStory.php | +31 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/UserStory.php | +35 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/Feature/Links/UserStoryWithParentRetriever.php | +92 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/Iteration/Content/IterationContentSearcher.php | +4 | −1 | Go to diff View file |
A | plugins/program_management/include/Domain/Team/MirroredTimebox/FeatureOfUserStoryRetriever.php | +87 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/IterationResource.php | +41 | −8 | Go to diff View file |
A | plugins/program_management/include/REST/v1/MinimalFeatureRepresentation.php | +60 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php | +53 | −10 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +3 | −2 | Go to diff View file |
A | plugins/program_management/include/REST/v1/UserStoryWithParentRepresentation.php | +102 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/UserStoryCard.test.ts | +5 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/UserStoryCard.vue | +27 | −13 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/__snapshots__/UserStoryCard.test.ts.snap | +40 | −19 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/helpers/iteration-content-retriever.test.ts | +1 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/type.ts | +7 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/FeatureBuilder.php | +53 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Builder/FeatureHasUserStoriesVerifierBuilder.php | +8 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Builder/FeatureOfUserStoryRetrieverBuilder.php | +60 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Links/UserStoryRetrieverTest.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/Links/UserStoryWithParentRetrieverTest.php | +87 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/Iteration/Content/IterationContentSearcherTest.php | +3 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/UserStory/FeatureOfUserStoryRetrieverTest.php | +103 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/SearchOpenProgramIncrementsStub.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/SearchParentFeatureOfAUserStoryStub.php | +49 | −0 | Go to diff View file |
M | plugins/program_management/themes/planned-iterations/_element.scss | +15 | −2 | Go to diff View file |