Problem
mark_overdue_loans must be called manually; no scheduled job.
Impact
- Manual intervention required
- Delayed overdue detection
- Operational overhead
Solution
Implement automated overdue loan detection with scheduled jobs.
Files to Modify
- backend/src/loan_lifecycle.rs
- backend/src/main.rs
Priority
High - Automation
Problem
mark_overdue_loans must be called manually; no scheduled job.
Impact
Solution
Implement automated overdue loan detection with scheduled jobs.
Files to Modify
Priority
High - Automation