A-2 実装内容まとめ:

バックエンド: POST /api/plans/bulk_update/ API(field_ids, year, crop, variety を受けて一括設定)
フロントエンド: チェックボックス列、全選択/個別選択、一括操作バー(作物・品種セレクタ + 確認ダイアログ)
This commit is contained in:
Akira
2026-02-19 12:29:54 +09:00
parent 8b5e0fc66e
commit cce119b1a8
4 changed files with 154 additions and 13 deletions

View File

@@ -215,9 +215,8 @@ Variety (品種マスタ)
4. **パフォーマンス**: N+1問題が一部存在現状は問題ないが、データ増加時に対応必要
### 🔜 次の実装タスク(優先順)
1. **A-2**: チェックボックス・一括操作
2. **A-1**: ダッシュボード画面
3. **A-7**: 検索・フィルタ
1. **A-1**: ダッシュボード画面
2. **A-7**: 検索・フィルタ
詳細は `document/06_ドキュメントvs実装_差異レポート.md` を参照