stable
Clone or download
Read-only
part of story #18408 plan Features in Program Increment This is a first step: - depending on your configuration, if you have plannable items, they are displayed in the `to be planned` column - loader and error message are handled Missing: - tracker color on artifact_id/mrgin left of card - tracker card background color (and accessibility pattern) Change-Id: I61bc13fb9c3d954ce2fffd611e4f585dd0d0beec
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/ProgramBacklogPresenter.php | +5 | −0 | Go to diff View file |
M | plugins/scaled_agile/package-lock.json | +10 | −0 | Go to diff View file |
M | plugins/scaled_agile/package.json | +3 | −1 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/index.ts | +6 | −1 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/po/fr_FR.po | +3 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.test.ts | +98 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.vue | +50 | −3 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.test.ts | +43 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue | +49 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedSkeleton.vue | +25 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/__snapshots__/ToBePlannedCard.test.ts.snap | +30 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/configuration.ts | +9 | −2 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriver.test.ts | +51 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriver.ts | +35 | −0 | Go to diff View file |
M | plugins/scaled_agile/templates/program-backlog.mustache | +1 | −0 | Go to diff View file |
M | plugins/scaled_agile/themes/BurningParrot/_scaled_agile.scss | +1 | −0 | Go to diff View file |
M | plugins/scaled_agile/themes/BurningParrot/scaled_agile/_backlog.scss | +5 | −1 | Go to diff View file |
A | plugins/scaled_agile/themes/BurningParrot/scaled_agile/_element.scss | +77 | −0 | Go to diff View file |