Skip to content

Bug fix for create Task#253

Merged
taoTimTim merged 2 commits intomainfrom
MassAssignToTaskUponCreation
Mar 30, 2025
Merged

Bug fix for create Task#253
taoTimTim merged 2 commits intomainfrom
MassAssignToTaskUponCreation

Conversation

@JamesBirni
Copy link
Copy Markdown
Collaborator

@JamesBirni JamesBirni commented Mar 30, 2025

Bugs resolved
Resolve #252 was fixed by using useMemo onto a new variable, so when the state is updated, so is the dom.
Resolve #230 was fixed by using mass assign to task when there was more than one user being assigned to a task
Resolve #207 was fixed by ensuring dueDate was being set in the create task service.

@JamesBirni JamesBirni self-assigned this Mar 30, 2025
Copy link
Copy Markdown
Collaborator

@taoTimTim taoTimTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are great, all the bugs are fixed and no errors were discovered while testing.
Creating a task works, the user can add members and choose a team, and multiple members can be assigned.

All failing frontend tests are fixed in a separate PR, thus this PR is ready to be merged.

Great work!

@taoTimTim taoTimTim merged commit 46bb563 into main Mar 30, 2025
1 of 2 checks passed
@taoTimTim taoTimTim deleted the MassAssignToTaskUponCreation branch March 30, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Member list does not update create task Fix account not being assigned on task creation Due date not showing up

2 participants