# HIGHRA CRM V8 — Automation & Production Polish

Built on V7.

## Added
- Follow-up model and scheduling
- Follow-up completion
- Due/overdue follow-up notification command
- In-app notification center
- Notification read state
- Laravel scheduler entry for follow-up notifications
- Supporting migrations
- Automation routes

## Scheduler
Run in development:
```bash
php artisan schedule:work
```

Production should run the Laravel scheduler every minute using the server's scheduler/cron mechanism.

## Important
The command creates in-app notifications. Actual email delivery and WhatsApp template delivery should be connected to the configured providers before production use.
