stable

Clone or download

Read-only

feat(planned-iterations): Display unplanned elements

part of story #21385 display Program's iterations How to test: - In a team project, add user stories to the backlog of an increment - Go to the increment --> The user stories are displayed in the column "To be planned by the Teams" - Add `return Promise.reject("Nope");` in increment-unplanned-elements-retriever::24 to simulate an error occurring during the retrieval of the unplanned elements --> An error message is displayed Change-Id: I46fb874454a8626413cb9037fdcaea5a5ed60598

Modified Files

Name
M plugins/program_management/scripts/planned-iterations/po/fr_FR.po +5 −2 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/components/Backlog/ToBePlanned/IterationsToBePlannedSection.test.ts +122 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/ToBePlanned/IterationsToBePlannedSection.vue +68 −4 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/helpers/increment-unplanned-elements-retriever.test.ts +60 −0 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/helpers/increment-unplanned-elements-retriever.ts +30 −0 Go to diff View file
M plugins/program_management/themes/planned-iterations/_backlog.scss +5 −0 Go to diff View file