stable

Clone or download

Read-only

Drag 'n drop cards on Kanban (ui only)

+ Cards can be moved between columns + It does not call the backend so the state is not saved + Use current theme color to pimp the columns & placeholder + Workflow is not taken into account Weird behaviors: - cards cannot be dropped into collapsed columns - top right counters are not updated - columns do not have same width - sometimes cards are not put in the column where we dropped it - columns which already contain a card are not highlighted on hover - columns which already contain a card have a small drop zone - inbox icon is lost when we hover the column but we don't drop into it This task is part of story #7579 move cards in my cardwall Change-Id: Ic793b86c5c689e796a2fe339b1df697b28d6963c

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/Gruntfile.js +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/build.config.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/fr.po +7 −9 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +0 −12 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +3 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-item.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +85 −70 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +21 −15 Go to diff View file
A plugins/agiledashboard/www/js/kanban/src/assets/column-empty.png Binary file Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/less/main.less +28 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/bower.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/build.config.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/less/main.less +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +19 −0 Go to diff View file