stable
Clone or download
Read-only
part of story #18408: plan Features in Program Increment Given your user has permission to create a program, then you should have a button "+Add a PI" Once you have submitted the artifact you are redirected to the scaled agile plugin. Please note that for now, there is no mention in the artifact view,that we are creating something specific to scaled plugin. it will be added in a dedicated commit Change-Id: Ib8e3fa6a5000601e6a4293e8586aeebc7f6c9a27
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilder.php | +59 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Adapter/Program/Plan/PlanProgramIncrementConfigurationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/DisplayProgramBacklogController.php | +25 | −8 | Go to diff View file |
A | plugins/scaled_agile/include/EventRedirectAfterArtifactCreationOrUpdateHandler.php | +57 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandler.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/CreationCheck/ArtifactCreatorChecker.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/Plan/BuildPlanProgramIncrementConfiguration.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/include/Program/Backlog/Plan/ConfigurationChecker.php | +1 | −1 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/BuildProgramIncrementTrackerConfiguration.php | +30 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfiguration.php | +54 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/ProgramBacklogPresenter.php | +23 | −8 | Go to diff View file |
M | plugins/scaled_agile/include/scaled_agilePlugin.php | +26 | −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/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.test.ts | +33 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/EmptyState.vue | +21 | −1 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue | +4 | −3 | Go to diff View file |
R | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrmentList.test.ts | Go to diff View file | ||
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/ProgramIncrementList.vue | +23 | −2 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/components/Backlog/ProgramIncrement/__snapshots__/EmptyState.test.ts.snap | +7 | −0 | Go to diff View file |
M | plugins/scaled_agile/scripts/scaled_agile/src/configuration.ts | +15 | −1 | Go to diff View file |
A | plugins/scaled_agile/scripts/scaled_agile/src/helpers/location-helper.ts | +28 | −0 | Go to diff View file |
M | plugins/scaled_agile/site-content/fr_FR/LC_MESSAGES/tuleap-scaled_agile.po | +2 | −2 | Go to diff View file |
M | plugins/scaled_agile/templates/program-backlog.mustache | +2 | −0 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilderTest.php | +71 | −0 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Adapter/Program/Plan/PlanConfigurationBuilderTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/DisplayProgramBacklogControllerTest.php | +23 | −1 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/ArtifactCreatedHandlerTest.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/Backlog/CreationCheck/ArtifactCreatorCheckerTest.php | +3 | −3 | Go to diff View file |
M | plugins/scaled_agile/tests/unit/Program/PlanningCheck/ConfigurationCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/scaled_agile/themes/BurningParrot/scaled_agile/_program_increment.scss | +8 | −0 | Go to diff View file |