stable

Forked from tuleap/stable

Clone or download

Read-only

story #8380: v1/milestones/:id/backlog and v1/projects/:id/backlog are now injected to the angular init() method

Change-Id: I7c139b2ef1aef995a7f4e4ab013d6b84cea9e011

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentations.class.php +44 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +78 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +17 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +11 −20 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +14 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +51 −11 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +27 −23 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +22 −5 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +5 −1 Go to diff View file
M plugins/agiledashboard/tests/include/MilestonePaneFactoryTest.php +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +28 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +21 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js +32 −19 Go to diff View file