stable
Clone or download
Read-only
part of: story #21385 display Program's iterations How to test: - When the page is refreshed --> There is a skeleton while it is loading - When there is no iteration --> Empty state - When there are iterations --> They are displayed Change-Id: I7c3b3b11d92fb539080709f0bcb9e2b56fb73a5e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/planned-iterations/index.ts | +3 | −1 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/BacklogElementSkeleton.vue | +25 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/IterationCard.test.ts | +80 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/IterationCard.vue | +72 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/PlannedIterationsSection.test.ts | +62 | −4 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/PlannedIterationsSection.vue | +43 | −9 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/helpers/increment-iterations-retriever.test.ts | +56 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/helpers/increment-iterations-retriever.ts | +33 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/type.ts | +9 | −0 | Go to diff View file |
M | plugins/program_management/themes/planned-iterations.scss | +2 | −0 | Go to diff View file |
A | plugins/program_management/themes/planned-iterations/_element.scss | +33 | −0 | Go to diff View file |
A | plugins/program_management/themes/planned-iterations/_iterations.scss | +63 | −0 | Go to diff View file |