stable
Clone or download
Read-only
Features can be added to the program management top backlog via a mass change action
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: If26e0a785d4abe5f0216ae2b7177d667ecb55f16
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilder.php | +83 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessor.php | +72 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogSourceInformation.php | +72 | −0 | Go to diff View file |
R | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/TopBacklogActionSourceInformation.php | Go to diff View file | ||
A | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/TopBacklogActionMassChangeSourceInformation.php | +44 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +62 | −2 | 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/templates/mass-change-top-backlog-actions.mustache | +15 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +6 | −6 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php | +112 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php | +132 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogSourceInformationTest.php | +85 | −0 | Go to diff View file |