stable

Clone or download

Read-only

Display or not backlog items container under features

This is part of story #20066 display stories childen of features How to test: * Have feature with linked US in team project Expected results: * If the feature has at least one linked US => Then an empty backlog container is displayed at the bottom of the feature * Else, no container is displayed For the moment, there is only this display. In next patch, there wiil be api calls to get all US for each features. Change-Id: I9aa11099c5ca6527e22bdea9c6414f61d6a761a4

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php +15 −1 Go to diff View file
M plugins/program_management/include/REST/v1/FeatureRepresentation.php +7 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.test.ts +33 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.vue +9 −2 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCardBacklogItems.vue +32 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/__snapshots__/FeatureCard.test.ts.snap +12 −4 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedBacklogItems.vue +32 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedCard.test.ts +32 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue +23 −15 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/__snapshots__/ToBePlannedCard.test.ts.snap +47 −35 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-retriever.test.ts +2 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ToBePlanned/element-to-plan-retriever.test.ts +2 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/type.ts +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +3 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +8 −0 Go to diff View file
M plugins/program_management/themes/BurningParrot/program_management/_element.scss +33 −0 Go to diff View file