# Driver Picture Implementation

## Steps:

1. [x] Create `database/migrations/2024_10_driver_photo.sql`\n2. [x] Update `assets/css/app.css` - add driver pic styles
2. [ ] Update `api/drivers.php` - add photo column handling
3. [ ] Update `drivers.php` - add file input & table img
4. [ ] Update `assets/js/drivers.js` - photo upload/preview/table display
5. [ ] Update `api/driver_profile.php` - fetch photo
6. [ ] Update `driver_profile.php` - display pic top & near guarantor
7. [ ] Update `assets/js/driver_profile.js` - load/display pic
8. [ ] Create `uploads/drivers/` directory
9. [ ] Run migration & test
