stable

Clone or download

Read-only

feat(planned-iterations): Display increment timeframe

part of: story #21385 display Program's iterations Please note: The date formatting is done server-side instead of front-end side because we need to be consistent with the formats displayed in Taskboard/Cardwall/PV2 How to test: --> The timeframe is displayed right after the increment title in the app header. Change-Id: I804876591664d0ee56aa54945eea01b15b17a27e

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementInfoBuilder.php +11 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/ProgramIncrementInfo.php +10 −3 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/App.test.ts +4 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/App.vue +10 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/type.ts +2 −0 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +3 −0 Go to diff View file
M plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php +9 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementInfoBuilderTest.php +9 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramIncrementInfoStub.php +3 −1 Go to diff View file
M plugins/program_management/themes/planned-iterations.scss +4 −0 Go to diff View file
M plugins/program_management/themes/planned-iterations/_project-header-background.scss +2 −1 Go to diff View file