stable
Clone or download
Read-only
story #8808: Have realtime create, edit and move with closed columns
How to test: - Drag and drop an item - Move an item to the top of its column - Move an item to the bottom of its column - Create an item in place in the backlog - Create an item in place in a column - Edit an item, change its status. It should move to the corresponding column - Try the same while filtering the kanban - Try the same using NodeJS realtime - known issue: Given a column that was closed and never loaded, when someone else opens it and moves an item from it to any column, then a card will be created but the closed column's number of cards won't be updated. You have to open it to update the number of cards. Change-Id: Ia07e9372ef067885e0230a74c36c8219b3f5a1b8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +115 | −172 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js | +176 | −58 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-service.js | +103 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-service.spec.js | +383 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-service.js | Go to diff View file | ||
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-service.spec.js | +10 | −11 | Go to diff View file |