Why
ダッシュボードの進捗・チーム表示に必要。
Scope
apps/api/internal/progress/handler.go(GET /api/progress — チーム別・最新進捗)
apps/api/internal/team/handler.go(GET /api/teams — SOS フラグ含む全チーム)
- sqlc 使用
Out of scope
POST・PATCH(チーム作成は別途)・認証
Dependencies
Acceptance Criteria
Size: S | Parallelizable: Yes(#F-01 と並行可)
Why
ダッシュボードの進捗・チーム表示に必要。
Scope
apps/api/internal/progress/handler.go(GET /api/progress — チーム別・最新進捗)apps/api/internal/team/handler.go(GET /api/teams — SOS フラグ含む全チーム)Out of scope
POST・PATCH(チーム作成は別途)・認証
Dependencies
Acceptance Criteria
GET /api/progressで各チームの最新進捗ログが返るGET /api/teamsでis_sosフィールドが含まれるSize: S | Parallelizable: Yes(#F-01 と並行可)