stable

Clone or download

Read-only

Extract update from planning controller into a dedicated class

part of story #10143 add/remove backlog items in planning view No functionnal changes. Change-Id: I449cfa2bcc6d503a35509624b32abd06e633e442

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +24 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +65 −55 Go to diff View file
A plugins/agiledashboard/include/Planning/PlanningUpdater.php +73 −0 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/Planning/PlanningControllerTest.php +72 −2 Go to diff View file
A plugins/agiledashboard/phpunit/AgileDashboard/Planning/PlanningUpdaterTest.php +101 −0 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +6 −2 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +30 −141 Go to diff View file