stable
Clone or download
Read-only
this is part of story #10633 see velocity in agile dashboard How to test: - have a release with open and done sprint - closed sprints are displayed as a table in overview tab The table is a first step before the D3 graph. It enable to validate the backend approch by setting the representation who will be needed by js and the hook mechanism. Change-Id: I587226698e53317f9ae9ff25debed0ffe4d6db08
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsChartPresenter.php | +13 | −1 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsChartPresentersRetriever.php | +71 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsPresenterBuilder.php | +13 | −2 | 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 |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-details.mustache | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/ChartConfigurationValueRetriever.php | +3 | −0 | Go to diff View file |
A | plugins/velocity/include/Velocity/VelocityChartPresenter.php | +39 | −0 | Go to diff View file |
A | plugins/velocity/include/Velocity/VelocityRepresentation.php | +51 | −0 | Go to diff View file |
A | plugins/velocity/include/Velocity/VelocityRepresentationBuilder.php | +116 | −0 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.class.php | +16 | −0 | Go to diff View file |
M | plugins/velocity/site-content/fr_FR/LC_MESSAGES/tuleap-velocity.po | +9 | −0 | Go to diff View file |
M | plugins/velocity/site-content/tuleap-velocity.pot | +9 | −0 | Go to diff View file |
A | plugins/velocity/templates/chart-field.mustache | +26 | −0 | Go to diff View file |