Clean, simplified scheduling navigation. This phase is additive only: it does not delete old pages, disable routes, change databases, send texts, change payroll, alter Time Clock rules, create POS shifts, touch reservations, payments, waivers, customer profiles, exports, PDFs, CSVs, schedule locking, or hard schedule blocking.
Generated Jun 4, 2026 11:26 PM
One simple starting point for manager scheduling, employee portal, and admin diagnostics.
This phase does not delete, rename, or disable any existing routes.
No tables are inserted, updated, deleted, migrated, or locked.
Existing published schedule periods remain untouched.
Existing published shift rows remain untouched.
Payroll, Time Clock, POS shifts, reservations, payments, waivers, customer profiles, exports, texts, and locking remain untouched.
These are still available, but should not be the main day-to-day scheduling workflow.
| Area | Method | Status | URI |
|---|---|---|---|
| Unified Scheduling Hub | GET | Detected | hd/employee-schedules/hub |
| Unified Scheduling Hub Alias | GET | Detected | hd/employee-schedules/navigation |
| Employee Portal | GET | Detected | hd/employee-schedules/employee-portal |
| Employee My Schedule | GET | Detected | hd/employee-schedules/employee-portal/my-schedule |
| Employee Weekly View | GET | Detected | hd/employee-schedules/employee-portal/weekly |
| Employee Weekly Print | GET | Detected | hd/employee-schedules/employee-portal/weekly/print |
| Published Viewer | GET | Detected | hd/employee-schedules/published/viewer |
| Published Print | GET | Detected | hd/employee-schedules/published/print |
| Published Completion | GET | Detected | hd/employee-schedules/published/completion |
| Draft Periods | GET | Detected | hd/employee-schedules/drafts/periods |
| File | Status |
|---|---|
|
Unified Hub Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleUnifiedHubController.php |
Present |
|
Unified Hub View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/navigation/unified_hub.blade.php |
Present |
|
Clean Nav Partial /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/_clean_nav.blade.php |
Present |
|
Navigation Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_navigation.php |
Present |
|
Employee Portal Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_employee_portal.php |
Present |
|
Published Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_published.php |
Present |
| Table | Status | Rows | Purpose |
|---|---|---|---|
|
Published Schedule Periods hd_published_schedule_periods |
Present | 1 | Existing published schedule periods. |
|
Published Shifts hd_published_shifts |
Present | 1 | Existing published shifts. |
|
Draft Schedule Periods hd_schedule_periods |
Present | 2 | Existing draft schedule periods. |
|
Draft Shifts hd_draft_shifts |
Present | 5 | Existing draft shifts. |
|
Schedule Audit Logs hd_schedule_audit_logs |
Present | 10 | Existing audit logs. |