作付け変更時の計画連動対応を実装する #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
概要
Issue #3 の調査結果を受けて、作付け計画の品種変更時に施肆計画・田植え計画・在庫引当との整合が崩れうる。
特に、施肆候補圃場は現在の作付け計画から再計算される一方、散布実績の反映は
year + field + fertilizer単位で再集計されているため、計画始動後の品種変更に弱い。方针
PlanVarietyChangeとして保持する実装チェックリスト
plans/models.pyにPlanVarietyChangeモデル実装済みvariety_change_count/latest_variety_change追加済みservices_rice_transplant.pyに品種変更連動実装なしconfirm()ダイアログ実装済みlatest_variety_changeのツールチップ表示実装済み受け入れ条件
関連
改善案/issue_3_計画始動後の作付け変更_調査.md