stable
Clone or download
Read-only
Part of story #11095 Style Planning-v2 in BurningParrot How to test: - Using a tracker with all possible card fields, check that they are well displayed in Kanban and Planning-v2 - Check that you can filter on card fields and that they are highlighted correctly Change-Id: I0d267801de9b4f5d7f620e1117aa486d0148ea6e
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/card-computed-field-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-computed-field/card-computed-field.tpl.html | Go to diff View file | ||
A | plugins/agiledashboard/www/js/card-fields/card-fields-controller.js | +12 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/card-fields/card-fields-directive.js | +16 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-fields-service.js | Go to diff View file | ||
A | plugins/agiledashboard/www/js/card-fields/card-fields.tpl.html | +72 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field-directive.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field.tpl.html | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/highlight-filter/highlight-filter.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/highlight-filter/highlight-filter.spec.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields.js | Go to diff View file | ||
A | plugins/agiledashboard/www/js/card-fields/index.spec.js | +1 | −0 | Go to diff View file |
R | plugins/agiledashboard/www/js/kanban/src/app/strip-tags/strip-tags-filter.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/kanban/src/app/card-fields/tuleap-simple-field-directive.js | Go to diff View file | ||
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/package.json | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.spec.js | +3 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields-service.js | +0 | −168 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-controller.js | +3 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +4 | −70 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/webpack.config.js | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/package.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.spec.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +7 | −26 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +7 | −62 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.js | +0 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/_card-fields.scss | +0 | −46 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-computed-field/card-computed-field-directive.js | +0 | −12 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-computed-field/card-computed-field.tpl.html | +0 | −14 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/card-fields/card-fields.js | +0 | −18 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/highlight-filter/highlight-filter.js | +0 | −46 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/highlight-filter/highlight-filter.spec.js | +0 | −78 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/webpack.config.js | +2 | −1 | Go to diff View file |
R | plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_card-fields.scss | Go to diff View file | ||
R | plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_highlight.scss | Go to diff View file | ||
M | plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss | +1 | −1 | Go to diff View file |
D | plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item-card-fields.scss | +0 | −39 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item.scss | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss | +1 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog.scss | +4 | −0 | Go to diff View file |