Skip to content

feat: multiple assigned users#33

Open
xdissidia wants to merge 1 commit intovstruhar:mainfrom
xdissidia:feat/multiple-assignee
Open

feat: multiple assigned users#33
xdissidia wants to merge 1 commit intovstruhar:mainfrom
xdissidia:feat/multiple-assignee

Conversation

@xdissidia
Copy link
Copy Markdown

This will enable assigning of multiple users to a task

includes functions in
dashboard, tasks and activities

this removes the all functions using assigned_to_user_id in tasks table
and converted to many-to-many relationship to task_user table

dependents

migrations of

2025_04_14_132049_create_task_user_table

and seeder to migrate existing users to multiple assigned users

MigrateTaskAssignedToUserIdToAssignedUsers

@xdissidia xdissidia marked this pull request as ready for review April 15, 2025 05:36
@vstruhar
Copy link
Copy Markdown
Owner

Hi, thanks for the PR!
Will review it later, but will also have to think about if assigning multiple users to a task is needed.
Since in JIRA, Asana, Linear... etc, task can be assigned to single user only.

@jtphelan
Copy link
Copy Markdown

jtphelan commented Oct 7, 2025

Teamwork allows multiple users on a project. We used it to assign a dev and QA on the same task so they could go back and forth on it.

@vstruhar vstruhar self-assigned this Jan 24, 2026
@vstruhar vstruhar added enhancement New feature or request in progress labels Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants