stable
Clone or download
Read-only
So that I will know the time spent by a card on the kanban and in the column. + add a warning in documentation to highlight that REST routes are not stable for kanban. Implements: story #7581: have time metrics on each card Change-Id: Id44766e1f71ffea5b38ab6a3bb392aba3482ee52
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php | +23 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanArchiveRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanBacklogRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanColumnsResource.php | +10 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemCollectionRepresentation.php | +8 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemRepresentation.php | +7 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php | +50 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/rest/KanbanTest.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +13 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +58 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +6 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +37 | −1 | Go to diff View file |