# Pending Future Dependencies - Post Phase 1

## Technical
- Install official Laravel Breeze package (optional replacement for current auth scaffolding).
- Configure queue worker (`php artisan queue:work`) for heavy jobs.
- Add notification dispatch jobs and listeners.
- Add permission checks at feature level (not just role-level).
- Add feature/integration tests for auth, RBAC, CRUD, and logs.

## Product
- Project tracking module.
- Productivity tracking metrics.
- Task management and assignment.
- Time logs and work reports.
- Advanced analytics and exports.
