stable

Clone or download

Read-only

Load user stories for each feature

This is part of story #20066 display stories childen of features How to test: - Have user stories linkes to feature - Go to program project Expected results: - After the feature is loaded, its user stories are loaded too - There is a skeleton during the load - If there is a rest error, then it's displayed Change-Id: Ic3943b94ec168da602e7147e61adc88579e2060e

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Links/FeatureBacklogItemsRepresentationBuilder.php +14 −5 Go to diff View file
M plugins/program_management/include/REST/v1/FeatureBacklogItemsRepresentation.php +26 −8 Go to diff View file
M plugins/program_management/include/REST/v1/ProgramBacklogItemsResource.php +5 −1 Go to diff View file
M plugins/program_management/scripts/program_management/po/fr_FR.po +3 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/BacklogItemsErrorShow.vue +24 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.vue +2 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCardBacklogItems.test.ts +178 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCardBacklogItems.vue +63 −4 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedBacklogItems.test.ts +170 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedBacklogItems.vue +62 −4 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue +1 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/UserStoryDisplayer.test.ts +91 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/UserStoryDisplayer.vue +74 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/components/Backlog/__snapshots__/UserStoryDisplayer.test.ts.snap +77 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/BacklogItems/children-feature-retriever.test.ts +75 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/BacklogItems/children-feature-retriever.ts +47 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/error-handler.test.ts +88 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/error-handler.ts +42 −0 Go to diff View file
A plugins/program_management/scripts/program_management/src/helpers/vue-gettext-provider.ts +22 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/mutations.test.ts +78 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/mutations.ts +55 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/type.ts +2 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/FeatureBacklogItemsRepresentationBuilderTest.php +33 −7 Go to diff View file
M plugins/program_management/themes/BurningParrot/program_management/_element.scss +5 −0 Go to diff View file