Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create TaskAssignment table #480

Open
canjalal opened this issue Dec 18, 2024 · 0 comments
Open

Create TaskAssignment table #480

canjalal opened this issue Dec 18, 2024 · 0 comments

Comments

@canjalal
Copy link
Contributor

Currently:

Tasks belong to a single assignee but store due_date and trial_count.

Proposed:

Create AssignedTasks table. Each AssignedTask stores an assignee and a task and seen boolean. This allows a single task to be assigned to multiple assignees. All assignees can contribute toward the same trial_count.

Index on task_id
Uniqueness constraint on (task_id, assignee_id)

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

No branches or pull requests

1 participant