Read-only checklist for reviewing employee access preview results before any future enforcement work. This phase does not enforce permissions, change auth, edit middleware, write data, expose employee names/emails, change schedules, send notifications, or touch payroll, Time Clock rules, POS shifts, reservations, payments, waivers, customer profiles, exports, PDFs, CSVs, schedule locking, or hard schedule blocking.
Quick links are consolidated here so managers do not have to hunt through the larger navigation. This strip is visual only. It does not change saves, publishing, schedule rows, employee views, notifications, locking, payroll, Time Clock, POS, reservations, payments, waivers, or customer profiles.
Use this screen for the existing manager build workflow. Before publishing, review unavailable blocks and soft conflicts. After publishing, employees should use the Employee Portal, My Schedule, Weekly Schedule, or Print Weekly.
Phase 25P-1 only adds clarity and support links. It does not change draft saves, publishing, schedule locking, employee text/email notifications, payroll, Time Clock, POS shifts, reservations, payments, waivers, or customer profiles.
Before publishing, confirm the date range, employee coverage, shift times, and soft conflicts. Once published, employees should use the Employee Portal and self-view pages for their final schedule.
Phase 25P-2 adds labels and readiness guidance only. It does not change save buttons, publish buttons, schedule rows, draft data, published data, employee visibility, notifications, locking, payroll, Time Clock, POS shifts, reservations, payments, waivers, or customer profiles.
Before the manager publishes, check unavailable blocks, appointments, manager holds, duplicate shift issues, and any soft conflicts. Conflicts are still review warnings only; this does not hard-block scheduling.
Phase 25P-3 adds this publish-review callout only. It does not change save buttons, publish buttons, draft rows, published rows, employee visibility, schedule locking, employee text/email notifications, payroll, Time Clock, POS shifts, reservations, payments, waivers, or customer profiles.
After the manager publishes, employees should use Employee Portal, My Schedule, Weekly Schedule, or Print Weekly. Managers should avoid sending employees to builder, diagnostics, route catalogs, checklists, or developer tools.
Phase 25P-4 adds this reminder only. It does not change publish behavior, employee schedule data, employee permissions, schedule locking, employee text/email notifications, payroll, Time Clock, POS shifts, reservations, payments, waivers, or customer profiles.
Generated Jun 4, 2026 11:26 PM
No permissions, middleware, auth, or data are changed.
Required checklist items still marked for manager/developer review.
Mapping paths where both schedule and identity columns exist.
Mapping paths with 95%+ distinct identity coverage.
Critical access-preview routes not detected.
Missing expected files / missing expected tables.
| Section | Required | Status | Item | Why | Open |
|---|---|---|---|---|---|
| Mapping Confirmation | Required | Ready Candidate | Confirm which mapping path should be used for employee self-view access. | Employee-only filtering must use the correct relationship before enforcement. | Open |
| Preview Review | Required | Ready Candidate | Review Access Preview with at least one anonymized identity bucket. | Managers should verify that the filtered schedule view looks correct before enforcement. | Open |
| Print Review | Helpful | Ready Candidate | Print or review the Access Preview Print Packet. | A print packet gives managers a simple sign-off reference before enforcement prep. | Open |
| Portal Continuity | Required | Ready Candidate | Confirm Employee Portal, My Schedule, Weekly View, and Weekly Print still open. | Future enforcement should not break employee-facing published schedule views. | Open |
| Manager Fallback | Required | Needs Review | Keep manager/admin preview available even after employee self-view access is enforced later. | Managers need a safe troubleshooting path if an employee cannot see a shift. | Open |
| Safety | Required | Ready Candidate | Confirm no employee texts/emails/notifications should be enabled yet. | Notification logic should only come after access behavior is correct. | Open |
| Safety | Required | Ready Candidate | Confirm no payroll, Time Clock, POS shift, reservation, payment, waiver, customer profile, export, or locking connection is part of access enforcement prep. | The access module must remain isolated from restricted modules. | Open |
| Mapping | Confidence | Status | Distinct Shift Values | Matched Values | Coverage |
|---|---|---|---|---|---|
|
Published Shifts user_id → Users id hd_published_shifts.user_id → users.id |
High | Unavailable | 0 | 0 | 0.0% |
|
Published Shifts employee_id → Employees id hd_published_shifts.employee_id → employees.id |
High | Unavailable | 0 | 0 | 0.0% |
|
Published Shifts employee_id → HD Employees id hd_published_shifts.employee_id → hd_employees.id |
High | Strong | 1 | 1 | 100.0% |
|
Published Shifts staff_id → Staff id hd_published_shifts.staff_id → staff.id |
Medium | Unavailable | 0 | 0 | 0.0% |
|
Published Shifts staff_id → HD Staff id hd_published_shifts.staff_id → hd_staff.id |
Medium | Unavailable | 0 | 0 | 0.0% |
|
Published Shifts user_id → Employees user_id hd_published_shifts.user_id → employees.user_id |
Medium | Unavailable | 0 | 0 | 0.0% |
|
Published Shifts user_id → HD Employees user_id hd_published_shifts.user_id → hd_employees.user_id |
Medium | Unavailable | 0 | 0 | 0.0% |
| Step | Future Stage | Description |
|---|---|---|
| 1 | Confirm Mapping | Choose the final relationship: user_id, employee_id, staff_id, or a bridge column. |
| 2 | Create Preview Middleware / Helper | Build helper logic first without applying it to live routes. |
| 3 | Add Employee-Safe Query Filter | Filter published shifts only after the logged-in employee identity can be resolved. |
| 4 | Keep Manager/Admin Override | Managers and admins should retain preview access for troubleshooting. |
| 5 | Smoke Test Before Enforcing | Verify employee portal, My Schedule, Weekly, Print, and manager routes before enabling enforcement. |
| Area | Critical | Method | Status | URI |
|---|---|---|---|---|
| Access Preview Checklist | Critical | GET | Detected | hd/employee-schedules/access-preview/checklist |
| Employee Portal Access Preview Checklist | Critical | GET | Detected | hd/employee-schedules/employee-portal/access-preview/checklist |
| Access Preview Print | Critical | GET | Detected | hd/employee-schedules/access-preview/print |
| Access Preview | Critical | GET | Detected | hd/employee-schedules/access-preview |
| User Mapping Audit | Critical | GET | Detected | hd/employee-schedules/user-mapping-audit |
| Access Prep | Optional | GET | Detected | hd/employee-schedules/access-prep |
| Scheduling Hub | Critical | GET | Detected | hd/employee-schedules/hub |
| Employee Portal | Critical | GET | Detected | hd/employee-schedules/employee-portal |
| My Schedule | Critical | GET | Detected | hd/employee-schedules/employee-portal/my-schedule |
| Weekly View | Critical | GET | Detected | hd/employee-schedules/employee-portal/weekly |
| Weekly Print | Optional | GET | Detected | hd/employee-schedules/employee-portal/weekly/print |
| File | Status |
|---|---|
|
Access Preview Checklist Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessPreviewChecklistController.php |
Present |
|
Access Preview Checklist View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/navigation/access_preview_checklist.blade.php |
Present |
|
Access Preview Print Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessPreviewPrintController.php |
Present |
|
Access Preview Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessPreviewController.php |
Present |
|
User Mapping Audit Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleUserMappingAuditController.php |
Present |
|
Clean Navigation 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 |
| Table | Status | Rows | Purpose |
|---|---|---|---|
|
Users users |
Present | 0 | Possible login identity source. |
|
Employees employees |
Not Detected | 0 | Possible employee profile source. |
|
HD Employees hd_employees |
Present | 4 | Possible HD employee profile source. |
|
Staff staff |
Not Detected | 0 | Possible staff profile source. |
|
HD Staff hd_staff |
Not Detected | 0 | Possible HD staff profile source. |
|
Published Shifts hd_published_shifts |
Present | 1 | Employee portal published shift source. |
|
Published Schedule Periods hd_published_schedule_periods |
Present | 1 | Published period source. |