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

Change task user to allow multiple assigned users per task

オープン
#1,211 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
needs estimate
主要言語
Elixir
スター
234
フォーク
82
PR マージ指標
30日以内にマージされた PR はありません

説明

# 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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。