Content
View differences
Updated by Aleix Suau almost 6 years ago
* Add "subtasks" type action board
* Each column will contain a work package
* The cards in the column are filtered to show only the selected work package's children
* All work packages in the project that are elligable to be a parent may be selected as a column (no milestones)
* Work packages can be dragged and dropped between parents
**Open for discussion**
* Permission handling if selected work package is located in a subproject
**Related pull request**: https://github.com/opf/openproject/pull/8504
**Notes**
* Create a new action service
* To change the parent relation: frontend/src/app/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts
* Column creation modal should contain a typeahead
**TODO**
* Upgrade account to have access to boards
* Each column will contain a work package
* The cards in the column are filtered to show only the selected work package's children
* All work packages in the project that are elligable to be a parent may be selected as a column (no milestones)
* Work packages can be dragged and dropped between parents
**Open for discussion**
* Permission handling if selected work package is located in a subproject
* Create a new action service
* To change the parent relation: frontend/src/app/components/wp-relations/wp-relations-hierarchy/wp-relations-hierarchy.service.ts
* Column creation modal should contain a typeahead
**TODO**
* Upgrade account to have access to boards