Conversation
…s element error but bedtime
…al but editing still broken
chpy04
left a comment
There was a problem hiding this comment.
Good start, couple notes:
- If I'm editting a task from the wp task kanban, I should still be able to change the task's work package
- I should be able to edit a task and remove the work package
- Saw ur slack but yes we need to support select a wp via gantt chart as well
|
|
I lied I read the ticket more carefully and I guess the main spec was that it's locked in the wp task kanban creation modal, but I do see the value of editing there. So yes I'll add that back in! |
|
I think its always better to give the user the option so I'd prefer to always let them edit the wp but then if they create from within a work package it should default to the wp they are in so lets always have the field regardless. In terms of removing the wp, when I tested it the x wasn't working for editting an already created task on a wp, but let me know if you are unable to reproduce |
…evert, saving for vibes ig
…tta close vscode
| isOptionalDateOnly(body('deadline')), | ||
| isOptionalDateOnly(body('startDate')), | ||
| isTaskPriority(body('priority')), | ||
| body('wbsNum').optional(), |
There was a problem hiding this comment.
copy the conventions for wbsNum in routes in the change requests
There was a problem hiding this comment.
ahaaaa thanks never woulda known
wavehassman
left a comment
There was a problem hiding this comment.
When I create a task in a work package, it doesn't link to the work package. It shows up in the project, but not in the work package tasks. It also doesn't have the colored work package tag
Changes
There's a new Tasks tab on work packages that shows tasks associated with that work package. The project tasks tab shows all tasks associated with that project, including tasks on its wp's tasks. A task's WP can be edited or deleted.
Backend
Frontend
Notes
Test Cases
Screenshots
Task Form Modal in projects page tasks tab

Task Modal on projects page tasks tab shows wp as line item

Projects page, containing tasks associated with wps

You can't see my cursor but they're clickable and highlight when hovered over

WP page now has a tasks tab, filtered for only that wp's tasks, which don't show chips because they're obviously on that wp

No option to choose wp when creating task from wp page - they're automatically associated with the relevant wp

Checklist
yarn.lockchanges (unless dependencies have changed)Closes #4048