stable

Clone or download

Read-only

merge open/closed items tables

this is part of story #10673: see BurnUp chart in agile dashboard In order to ease review inconsistent table will be merged in a dedicated commit. How to test: You should have only one table for backlog items in "Content" pane. Table is ordered by rank. Change-Id: I40c6e2ba2519889c25a497cf660a470fcfdc11e2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php +7 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php +7 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItem.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenter.class.php +17 −66 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenterBuilder.class.php +1 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +0 −7 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +6 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +0 −7 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +6 −0 Go to diff View file
D plugins/agiledashboard/templates/pane-content-closeditems.mustache +0 −30 Go to diff View file
M plugins/agiledashboard/templates/pane-content-inconsistentitems.mustache +3 −5 Go to diff View file
A plugins/agiledashboard/templates/pane-content-items-list.mustache +35 −0 Go to diff View file
D plugins/agiledashboard/templates/pane-content-openitems.mustache +0 −32 Go to diff View file
M plugins/agiledashboard/templates/pane-content.mustache +1 −3 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.scss +9 −0 Go to diff View file