dev

Forked from tuleap/dev

Clone or download

Read-only

First step of new Kanban UI

This task is part of story #7575 create a "new kanban" on AD homepage If Kanban is enabled, display a dedicated zone in AD homepage Change-Id: Ie60669c75ee421ec6b0dfbeac80a23fae49971b3

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +36 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +11 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php +19 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/templates/home.mustache +103 −84 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +11 −8 Go to diff View file
M plugins/agiledashboard/www/js/home.js +3 −0 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +17 −8 Go to diff View file