code-corps / code-corps/code-corps-api

Change task user to allow multiple assigned users per task

Open
#1,211 0 comments 0 reactions 0 assignees View on GitHub
needs estimate
Dominant language
Elixir
Stars
234
Forks
82
PR merge metrics
No merged PRs in 30d

Description

# Problem

GitHub has a limit of 10 assigned users per issue. That means we're going to run into problems if we try to assign more than 10 GitHub users to a task.

In practice, I've never seen that many users assigned, so we could just ignore it as an edge case for now that eventually needs to be worked out.

MVP then would be: can assign multiple task users to a task.

Need to:

- Remove unique index on task and user
- Change task model
- Change task view
- Change preloads

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.