stable

Clone or download

Read-only

feat(planned-iterations): Display accessibility patterns

part of: story #21385 display Program's iterations How to test: - Have accessibility mode enabled and a card with a background color --> Pattern is displayed Change-Id: I2f4d506b0047f7f7b76572fb5d481c814faa2662

Modified Files

Name
M plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php +2 −0 Go to diff View file
A plugins/program_management/include/Adapter/Workspace/UserPreferenceRetriever.php +38 −0 Go to diff View file
M plugins/program_management/include/DisplayPlanIterationsController.php +8 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php +18 −1 Go to diff View file
A plugins/program_management/include/Domain/Workspace/RetrieveUserPreference.php +28 −0 Go to diff View file
A plugins/program_management/include/Domain/Workspace/UserPreference.php +51 −0 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +3 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/index.ts +3 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/FeatureCard.test.ts +17 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/FeatureCard.vue +17 −6 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/__snapshots__/FeatureCard.test.ts.snap +6 −1 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/helpers/accessibility-helper.test.ts +67 −0 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/helpers/accessibility-helper.ts +44 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/type.ts +1 −0 Go to diff View file
M plugins/program_management/templates/plan-iterations.mustache +1 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php +4 −1 Go to diff View file
A plugins/program_management/tests/unit/Builder/UserPreferenceBuilder.php +39 −0 Go to diff View file
M plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php +3 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php +4 −1 Go to diff View file
A plugins/program_management/tests/unit/Stub/RetrieveUserPreferenceStub.php +47 −0 Go to diff View file
M plugins/program_management/themes/planned-iterations/_element.scss +31 −0 Go to diff View file