dev

Forked from tuleap/dev

Clone or download

Read-only

Use card semantic on kanban

This is part of story #7578: have a a Backlog column and more informations on my cards Change-Id: Id119c485290a51bb912885d027089338fa2d970c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanBacklogRepresentation.php +34 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/bower.json +5 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +5 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +18 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/app/card-fields-service.js +118 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item.tpl.html +34 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +40 −15 Go to diff View file