stable
Clone or download
Read-only
Feature can be added/removed to/from the top backlog via an action in the artifact view
This is the equivalent feature of the explicit top backlog in the Scrum agile dashboard but for the program management plugin. Part of story #18408: plan Features in Program Increment Change-Id: Ifcbb356c2c19556851ab23e873e4da729501b17a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.test.ts | +3 | −3 | Go to diff View file |
M | plugins/program_management/build-manifest.json | +6 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php | +129 | −0 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactsExplicitTopBacklogDAO.php | +8 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/PlannedFeatureDAO.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/TopBacklogActionSourceInformation.php | +49 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +40 | −0 | Go to diff View file |
M | plugins/program_management/package.json | +1 | −0 | Go to diff View file |
A | plugins/program_management/scripts/artifact-additional-action/po/fr_FR.po | +24 | −0 | Go to diff View file |
A | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.test.ts | +225 | −0 | Go to diff View file |
A | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.ts | +139 | −0 | Go to diff View file |
A | plugins/program_management/scripts/artifact-additional-action/src/index.ts | +24 | −0 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +6 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +145 | −0 | Go to diff View file |
M | plugins/program_management/webpack.common.js | +1 | −0 | Go to diff View file |
M | tests/lib/Builders/IncludeAssetsBuilder.php | +2 | −2 | Go to diff View file |