HD Sports Zone Bookmark 25M-5 — Access Resolver Filter Smoke Test / No Enforcement

Read-only smoke test for the employee schedule access resolver filter preview. This verifies filter-preview routes, files, markers, safe display rules, live employee portal separation, and guardrails before any live employee schedule filtering is applied. It does not create middleware, apply middleware, change auth, change employee portal queries, write data, expose employee names/emails, send notifications, or touch payroll, Time Clock rules, POS shifts, reservations, payments, waivers, customer profiles, exports, PDFs, CSVs, schedule locking, or hard schedule blocking.

Builder Help Strip

Manager build workflow: Build → Review → Publish → Employee View

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.

1. Build Use existing builder.
2. Draft Draft until published.
3. Review Check conflicts.
4. Publish Existing publish flow.
5. Employees Published self-view.
Manager Schedule Builder — Safe Workflow

Build here. Review conflicts before publishing. Employees view only published schedules.

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.

1. Build Use the current builder workflow.
2. Review Check unavailable blocks and soft conflicts.
3. Publish Publish only after manager review.
4. Employee View Employees use published self-view pages.
Draft Status / Publish Readiness

Treat this as draft work until the manager intentionally publishes it.

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.

Draft Build and review shifts here.
Coverage Confirm staff, roles, dates, and times.
Conflict Review Review soft conflicts before publish.
Published Employees use published self-view pages.
Publish Review Reminder

Review soft conflicts before publishing this schedule.

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.

Unavailable Review unavailable blocks.
Appointments Check appointment overlap.
Manager Holds Review manager holds.
Coverage Check staff coverage.
Publish Publish after review.
Employee View Reminder

Employees should view published schedules only from Employee Portal.

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.

Draft Manager-only build work.
Review Conflicts and coverage.
Publish Existing manager action.
Employee View Published self-view pages.

Filter Smoke Test Summary

No live employee portal filtering is active. This page only confirms the diagnostic filter preview is safe before any future controlled integration.

Generated Jun 4, 2026 11:26 PM

Read Only Smoke Test Mode

Filter preview verification only. Nothing is enforced.

0 Filter Preview Issues

Filter-preview readiness checks needing review.

0 Route Issues

Critical resolver/filter/employee routes not detected.

0/0 File / Marker Issues

Expected files / expected view content markers.

0/0 Safe Column / Portal Issues

Sensitive-column policy / live employee portal route checks.

0/3 Guard / Table Issues

Middleware/auth guardrails / expected tables.

Preserved Boundaries

Read-only filter smoke test No middleware created No middleware applied No permission enforcement No auth config changes No route middleware changes No employee portal query changes No database writes No migrations No employee PII output No existing routes removed No existing pages deleted No schedule edits No published schedule edits No draft schedule edits No employee texts No employee emails No notifications No payroll changes No Time Clock rules changes No POS shifts changes No reservations changes No payments changes No waivers changes No customer profile changes No exports generated No PDF generation No CSV export No schedule locking No hard schedule blocking changes

Filter Preview Readiness Checks

Check Status Detail Note
Published shifts table exists Passed hd_published_shifts Filter preview needs the published shift table to preview future employee-specific rows.
Potential filter columns detected Passed employee_id Future employee filtering should use only confirmed identity columns.
Safe scheduling display columns detected Passed Date/time columns found Preview display must avoid names, emails, phones, notes, comments, and sensitive fields.
Filter preview route is diagnostic-only Passed hd/employee-schedules/access-resolver/filter-preview The live employee portal is not replaced by this route.
Employee portal filter preview alias is diagnostic-only Passed hd/employee-schedules/employee-portal/access-resolver/filter-preview This alias is still preview-only and does not alter employee portal pages.
No live employee portal query enforcement Passed No portal controller/view files are edited by this phase. This smoke test only adds a separate diagnostic controller/view.

Live Employee Portal Separation Checks

Check Status Route / Action Note
Employee Portal route still exists Passed hd/employee-schedules/employee-portal Route still exists. This smoke test did not replace it.
Employee Portal action is not filter smoke test Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleSimplifiedPortalController@index Live employee portal route should not point to the smoke-test controller.
Employee Portal action is not filter preview Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleSimplifiedPortalController@index Live employee portal route should not point to the filter-preview controller.
My Schedule route still exists Passed hd/employee-schedules/employee-portal/my-schedule Route still exists. This smoke test did not replace it.
My Schedule action is not filter smoke test Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleMyScheduleSelfViewController@index Live employee portal route should not point to the smoke-test controller.
My Schedule action is not filter preview Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleMyScheduleSelfViewController@index Live employee portal route should not point to the filter-preview controller.
Weekly View route still exists Passed hd/employee-schedules/employee-portal/weekly Route still exists. This smoke test did not replace it.
Weekly View action is not filter smoke test Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklySelfViewController@index Live employee portal route should not point to the smoke-test controller.
Weekly View action is not filter preview Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklySelfViewController@index Live employee portal route should not point to the filter-preview controller.
Print My Schedule route still exists Passed hd/employee-schedules/employee-portal/weekly/print Route still exists. This smoke test did not replace it.
Print My Schedule action is not filter smoke test Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklyPrintSelfViewController@index Live employee portal route should not point to the smoke-test controller.
Print My Schedule action is not filter preview Passed App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklyPrintSelfViewController@index Live employee portal route should not point to the filter-preview controller.

Route Checks

Area Critical Status URI Open
Filter Smoke Test Critical Detected hd/employee-schedules/access-resolver/filter-smoke-test Open
Employee Portal Filter Smoke Test Alias Critical Detected hd/employee-schedules/employee-portal/access-resolver/filter-smoke-test Open
Filter Preview Critical Detected hd/employee-schedules/access-resolver/filter-preview Open
Employee Portal Filter Preview Alias Critical Detected hd/employee-schedules/employee-portal/access-resolver/filter-preview Open
Fallback Preview Critical Detected hd/employee-schedules/access-resolver/fallback-preview Open
Resolver Smoke Test Critical Detected hd/employee-schedules/access-resolver/smoke-test Open
Resolver Preview Critical Detected hd/employee-schedules/access-resolver Open
Production Home Critical Detected hd/employee-schedules/production Open
Employee Portal Critical Detected hd/employee-schedules/employee-portal Open
My Schedule Critical Detected hd/employee-schedules/employee-portal/my-schedule Open
Weekly View Critical Detected hd/employee-schedules/employee-portal/weekly Open
Print My Schedule Optional Detected hd/employee-schedules/employee-portal/weekly/print Open
Mapping Audit Optional Detected hd/employee-schedules/user-mapping-audit Open

File Checks

File Status
Access Resolver Service
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Support/Hd/EmployeeSchedules/EmployeeScheduleAccessResolver.php
Present
Filter Smoke Test Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessResolverFilterSmokeTestController.php
Present
Filter Smoke Test View
/home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/navigation/access_resolver_filter_smoke_test.blade.php
Present
Filter Preview Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessResolverFilterPreviewController.php
Present
Filter Preview View
/home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/navigation/access_resolver_filter_preview.blade.php
Present
Fallback Preview Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessResolverFallbackPreviewController.php
Present
Resolver Smoke Test Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleAccessResolverSmokeTestController.php
Present
Slim 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

View Marker Checks

Marker Status File Note
Bookmark 25M-4 Found access_resolver_filter_preview.blade.php Confirms the 25M-4 preview page is present.
Filtered Published Shift Row Preview Found access_resolver_filter_preview.blade.php Confirms the filtered-row preview section exists.
Safe Column Checks Found access_resolver_filter_preview.blade.php Confirms sensitive display controls are visible.
Bookmark 25M-5 Found access_resolver_filter_smoke_test.blade.php Confirms this smoke test page exists.
Filter Smoke Test Found _clean_nav.blade.php Confirms Admin / Diagnostics links include the smoke test.

Safe Column Policy Checks

Policy Status Detail
Sensitive published-shift columns detected Passed manager_notes
Detected sensitive columns are intentionally excluded from the 25M-4 diagnostic row preview.
Name/email/phone display blocked Passed blocked terms: name, email, phone
The filter preview excludes columns containing these terms.
Notes/comments/descriptions display blocked Passed blocked terms: note, comment, description
The filter preview excludes free-text sensitive columns.
Preview row limit policy Passed 25 rows maximum
The filter preview controller limits diagnostic rows to 25.
Identity value masking policy Passed Identity #...
The preview displays masked identity values and uses raw values only internally.

Safe Expectations

  • The 25M-4 filter preview page exists and is reachable.
  • The filter preview route is diagnostic-only.
  • The live Employee Portal, My Schedule, Weekly View, and Print My Schedule routes still exist.
  • Live employee portal routes do not point to the filter preview or filter smoke test controllers.
  • Sensitive columns such as names, emails, phones, notes, comments, and descriptions are excluded from row preview display.
  • No enforcement middleware is created or applied.
  • No auth config or middleware registration files are changed by the smoke test.

Guardrail Checks

Guardrail Status Note
No enforcement middleware created by this phase
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Middleware/HdEmployeeScheduleSelfAccess.php
Passed A missing enforcement middleware is expected at this stage.
Auth config exists but is not changed by this phase
/home/at4txjiyemp4/public_html/hdsportszone.com/config/auth.php
Passed This phase does not edit config/auth.php.
Bootstrap middleware file exists but is not changed by this phase
/home/at4txjiyemp4/public_html/hdsportszone.com/bootstrap/app.php
Passed This phase does not register middleware.
Filter smoke test remains separate from live portal
route inventory
Passed Smoke test is diagnostic/admin-facing only.
No database writes are performed by smoke test
controller/view only
Passed Controller only reads table/route/file state.

Table Checks

Table Status Rows
Users
users
Present 0
Employees
employees
Not Detected 0
HD Employees
hd_employees
Present 4
Staff
staff
Not Detected 0
HD Staff
hd_staff
Not Detected 0
Published Schedule Periods
hd_published_schedule_periods
Present 1
Published Shifts
hd_published_shifts
Present 1

Not Enforced

  • No middleware file is created.
  • No middleware is applied to routes.
  • No config/auth.php changes are made.
  • No app/Http/Kernel.php changes are made.
  • No bootstrap/app.php middleware changes are made.
  • No employee portal query is changed.
  • No schedule data is written.
  • No notifications are sent.
  • No payroll, Time Clock, POS shifts, reservations, payments, waivers, customer profiles, exports, PDFs, CSVs, schedule locking, or hard schedule blocking are touched.

Next Recommended Phase

25M-6 — Employee Portal Self-View Integration Plan / No Enforcement
Recommended next phase should create a careful integration plan showing exactly where employee portal self-view filtering will be applied later, without changing the live portal yet.
  1. Keep it read-only.
  2. Inventory employee portal controller/view/action files before patching.
  3. Identify the exact live query that should later be filtered.
  4. Confirm manager/admin preview and diagnostic routes remain separate.
  5. Do not apply filtering to the live employee portal yet.
  6. Do not add middleware or auth changes yet.
  7. Do not send notifications or touch payroll, Time Clock, POS shifts, reservations, payments, waivers, customer profiles, exports, or locking.