stable

Clone or download

Read-only

Card should have accessibility

part of story #18408 plan Features in Program Increment How to test: - Your user must have the accessibility mode enable - Your tracker displayed in to be planned section, must have a color on card semantic defined Go in plugin => cards respect accessibility patterns Change-Id: I71164e34542634560adfefae83648f9e62367d69

Modified Files

Name
A plugins/scaled_agile/include/Adapter/Program/ToBePlaned/BackgroundColorRetriever.php +53 −0 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/ToBePlaned/ToBePlannedElementsRetriever.php +9 −2 Go to diff View file
M plugins/scaled_agile/include/DisplayProgramBacklogController.php +8 −1 Go to diff View file
A plugins/scaled_agile/include/Program/Backlog/ToBePlanned/BackgroundColor.php +41 −0 Go to diff View file
M plugins/scaled_agile/include/ProgramBacklogPresenter.php +14 −6 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ProjectResource.php +5 −1 Go to diff View file
M plugins/scaled_agile/include/REST/v1/ToBePlannedElementRepresentation.php +11 −4 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +1 −1 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/index.ts +13 −1 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.test.ts +25 −1 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlannedCard.vue +22 −5 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/__snapshots__/ToBePlannedCard.test.ts.snap +36 −1 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/configuration.ts +8 −1 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriever.test.ts +2 −0 Go to diff View file
M plugins/scaled_agile/scripts/scaled_agile/src/helpers/ToBePlanned/element-to-plan-retriever.ts +1 −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/tests/unit/Adapter/Program/ToBePlaned/ToBePlannedElementRetrieverTest.php +33 −7 Go to diff View file
M plugins/scaled_agile/themes/BurningParrot/scaled_agile/_element.scss +37 −0 Go to diff View file