stable

Clone or download

Read-only

Refactoring: decrease responsibility of Backlog

Part of story #10673: see BurnUp chart in agile dashboard This is not the responsibility of the Backlog to build a Presenter. Bring this responsibility back to the PresenterBuilder. No functional changes. Change-Id: Ib27bd6a8e9ed1dabc32f4f53f20c5e8f053e1c79

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/Backlog.php +0 −96 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenter.class.php +12 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenterBuilder.class.php +80 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/PanePresenterBuilderFactory.class.php +9 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +2 −1 Go to diff View file