stable

Clone or download

Read-only

Kanban widget actually display a kanban

This is a part of story #10353 display a kanban as a widget To test: You can add a kanban widget on my or project dashboard and see its content. Change-Id: Ieddf2f58d3511936bddd65af07da87ceccc5e18b

Modified Files

Name
M plugins/agiledashboard/db/install.sql +10 −0 Go to diff View file
A plugins/agiledashboard/db/mysql/updates/2017/20170731211_add_kanban_widget_table.php +60 −0 Go to diff View file
M plugins/agiledashboard/db/uninstall.sql +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +116 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/MyKanban.php +25 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/ProjectKanban.php +25 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/WidgetAddToDashboardDropdownBuilder.php +13 −5 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanCreator.php +45 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDao.php +68 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanDeletor.php +38 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanPresenter.php +50 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanRetriever.php +39 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +40 −2 Go to diff View file
M plugins/agiledashboard/include/autoload.php +8 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +0 −3 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +0 −3 Go to diff View file
D plugins/agiledashboard/templates/widgets/kanban.mustache +0 −4 Go to diff View file
A plugins/agiledashboard/templates/widgets/widget-kanban.mustache +30 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +11 −0 Go to diff View file