stable

Clone or download

Read-only

Display backlog items in test plan

Go to a milestone ยป tests => You should see the backlog items of the milestone in the test plan => While the items are being loaded, card skeleton is displayed => If the milestone hasn't any items, then you should see an empty state => If an error occurred during the load, then you should see an error state Note: illustrations will come later Part of story #14884: Display list of backlog items with their tests definition Change-Id: Ic0c354878424d7679a1d71deef845c33afa61e0a

Modified Files

Name
M plugins/testplan/scripts/test-plan/po/fr_FR.po +9 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/App.vue +4 โˆ’2 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts +38 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue +46 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyState.vue +35 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorState.vue +35 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemSkeleton.vue +26 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts +174 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItems.vue +86 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItemsHeader.vue +33 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/BacklogItemCard.test.ts.snap +23 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/__snapshots__/App.test.ts.snap +3 โˆ’1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts +77 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts +64 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +79 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts +37 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/index.ts +36 โˆ’0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/store/backlog-item/type.ts +26 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/index.ts +2 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/type.ts +2 โˆ’0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +7 โˆ’0 Go to diff View file
M plugins/testplan/themes/_testplan.scss +1 โˆ’0 Go to diff View file
A plugins/testplan/themes/includes/_backlog-item.scss +53 โˆ’0 Go to diff View file
M plugins/testplan/themes/includes/_campaign.scss +2 โˆ’2 Go to diff View file
M plugins/testplan/themes/includes/_header.scss +10 โˆ’0 Go to diff View file