stable
Clone or download
Read-only
Part of story #18408: plan Features in Program Increment Program increments are displayed in minimalist mode : - no toggle - no link to plan iterations - no link to add PI - no content inside Only the PI basic info are displayed (status, date, title) Change-Id: Id3f4e2320beea114edd7a014818b393d15c3206a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrement.php | +7 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/REST/v1/ProgramIncrementRepresentation.php | +7 | −1 | Go to diff View file |
M | plugins/scaled_agile/package.json | +1 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/index.ts | +9 | −1 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/App.vue | +3 | −3 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue | +66 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementList.vue | +85 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementNoContent.vue | +29 | −0 | Go to diff View file |
R | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrement.vue | Go to diff View file | ||
A | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrmentList.test.ts | +107 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ToBePlanned/ToBePlanned.test.ts | +10 | −2 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/configuration.ts | +8 | −1 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/helpers/ProgramIncrement/program-increment-retriever.ts | +37 | −0 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/helpers/ProgramIncrement/program-incrment-retriever.test.ts | +55 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/rest/ScaledAgile/ProjectResourceTest.php | +4 | −4 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php | +4 | −2 | Go to diff View file |
M | plugins/scaled_agile/themes/BurningParrot/_scaled_agile.scss | +1 | −0 | Go to diff View file |
A | plugins/scaled_agile/themes/BurningParrot/scaled_agile/_program_increment.scss | +85 | −0 | Go to diff View file |
M | src/scripts/lib/date-helper/src/index.test.ts | +16 | −1 | Go to diff View file |
M | src/scripts/lib/date-helper/src/index.ts | +12 | −0 | Go to diff View file |