Read-only design page for a future employee schedule access resolver and guard structure. This phase does not create middleware, enforce permissions, change auth, edit middleware configuration, 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
Design documentation only. No enforcement is applied.
Detected mapping paths for future access resolver design.
Mapping paths with 95%+ distinct identity coverage.
Readiness items marked ready versus needing review.
Critical route checks not detected.
Missing expected files / missing expected tables.
| Mapping | Confidence | Status | Resolver Key | Distinct Shift Values | Matched Values | Coverage |
|---|---|---|---|---|---|---|
|
Published Shifts user_id → Users id hd_published_shifts.user_id → users.id Best future design when published shifts store the authenticated user id directly. |
High | Unavailable | user_id | 0 | 0 | 0.0% |
|
Published Shifts employee_id → Employees id hd_published_shifts.employee_id → employees.id Best future design when employees table is the active staff roster. |
High | Unavailable | employee_id | 0 | 0 | 0.0% |
|
Published Shifts employee_id → HD Employees id hd_published_shifts.employee_id → hd_employees.id Best future design when hd_employees is the active HD-specific roster. |
High | Strong | employee_id | 1 | 1 | 100.0% |
|
Published Shifts staff_id → Staff id hd_published_shifts.staff_id → staff.id Possible future design when published shifts store staff ids. |
Medium | Unavailable | staff_id | 0 | 0 | 0.0% |
|
Published Shifts staff_id → HD Staff id hd_published_shifts.staff_id → hd_staff.id Possible future design when HD staff records are the active staff source. |
Medium | Unavailable | staff_id | 0 | 0 | 0.0% |
|
Published Shifts user_id → Employees user_id hd_published_shifts.user_id → employees.user_id Possible bridge design when employee records link to users. |
Medium | Unavailable | user_id | 0 | 0 | 0.0% |
|
Published Shifts user_id → HD Employees user_id hd_published_shifts.user_id → hd_employees.user_id Possible bridge design when HD employee records link to users. |
Medium | Unavailable | user_id | 0 | 0 | 0.0% |
| Component | Type | Purpose | Status |
|---|---|---|---|
| EmployeeScheduleAccessResolver | Future helper/service class | Resolve the logged-in user into the correct schedule identity value. | Design only |
| resolveUserScheduleIdentity($user) | Future method | Return employee_id, staff_id, or user_id depending on confirmed mapping. | Design only |
| canManageEmployeeSchedules($user) | Future method | Allow managers/admins to preview and troubleshoot employee schedules. | Design only |
| filterPublishedShiftsForUser($query, $user) | Future method | Apply the employee-only published-shift filter after identity resolution. | Design only |
| unmapped employee fallback | Future safe response | Show a clear no-schedule/mapping-needed message instead of exposing all shifts. | Design only |
| Middleware | Apply To | Behavior | Status |
|---|---|---|---|
| employee.schedule.self.preview | Future preview-only route group first | Logically test employee-only filtering without blocking current routes. | Not created in this phase |
| employee.schedule.self | Future employee portal self-view routes only | Allow employees to see only their own published schedule after mapping is confirmed. | Not created in this phase |
| employee.schedule.manager | Future manager/admin routes only if needed | Preserve manager/admin preview and troubleshooting access. | Not created in this phase |
Would eventually require employee identity resolution.
| URI | Status |
|---|---|
| hd/employee-schedules/employee-portal | Detected |
| hd/employee-schedules/employee-portal/my-schedule | Detected |
| hd/employee-schedules/employee-portal/weekly | Detected |
| hd/employee-schedules/employee-portal/weekly/print | Detected |
Should remain available to managers/admins for preview, troubleshooting, and scheduling workflow.
| URI | Status |
|---|---|
| hd/employee-schedules/hub | Detected |
| hd/employee-schedules/drafts/periods | Detected |
| hd/employee-schedules/published/viewer | Detected |
| hd/employee-schedules/published/publish-action | Detected |
| hd/employee-schedules/published/print | Detected |
Should remain admin/developer-only after access enforcement is implemented later.
| URI | Status |
|---|---|
| hd/employee-schedules/access-prep | Detected |
| hd/employee-schedules/user-mapping-audit | Detected |
| hd/employee-schedules/access-preview | Detected |
| hd/employee-schedules/access-preview/print | Detected |
| hd/employee-schedules/access-preview/checklist | Detected |
| hd/employee-schedules/access-guard-design | Detected |
| Area | Status | Item | Why |
|---|---|---|---|
| Mapping | Ready Candidate | Strong or manager-approved mapping candidate exists. | Future employee access filtering needs a confirmed identity mapping. |
| Employee Routes | Ready Candidate | Employee Portal, My Schedule, Weekly View, and Weekly Print routes are present. | Future middleware should only be applied after the employee-facing route set is known. |
| Manager Routes | Ready Candidate | Manager scheduling routes remain available. | Managers must retain troubleshooting and scheduling access. |
| Diagnostics | Ready Candidate | Access prep, mapping audit, preview, print, and checklist pages are present. | Design and verification pages should remain available until enforcement is fully tested. |
| Safety | Ready Candidate | No enforcement, middleware, auth config, or database write is made in this phase. | This phase is intentionally design-only. |
| Area | Critical | Method | Status | URI |
|---|---|---|---|---|
| Access Guard Design | Critical | GET | Detected | hd/employee-schedules/access-guard-design |
| Employee Portal Access Guard Design | Critical | GET | Detected | hd/employee-schedules/employee-portal/access-guard-design |
| Access Preview Checklist | Critical | GET | Detected | hd/employee-schedules/access-preview/checklist |
| Access Preview Print | Optional | 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 Guard Design Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessGuardDesignController.php |
Present |
|
Access Guard Design View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/navigation/access_guard_design.blade.php |
Present |
|
Access Preview Checklist Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessPreviewChecklistController.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. |