Remove Completed Field from Driver Assignments#86
Conversation
PR Review: Remove Completed Field from Driver AssignmentsThank you for the PR! I've reviewed the changes and found both strengths and critical issues that need to be addressed before merging. 🔴 Critical Issues1. Test Failure in test_models.py (Line 463)The test still references the removed assert assignment_default.completed is False # Default valueThis line was not removed in your PR and will cause the test to fail immediately. This appears to be an oversight. Required Fix: Remove line 463 from 2. Breaking Changes in Production Code (Multiple Locations)The File:
File:
File:
Impact: These files will break immediately after the migration runs, causing runtime errors in scheduled jobs and database seeding. Required Fix: Update all these files to remove references to the
|
…update tests
JIRA ticket link
Remove Completed Field from Driver Assignments
Implementation description
Steps to test
What should reviewers focus on?
Checklist