Read-only smoke test for the 25M-10 Weekly Self-View Plan. This verifies the Weekly plan, confirms My Schedule remains the self-view reference, and confirms Weekly View and Weekly Print are still not patched. It does not edit Weekly View, Print View, My Schedule, manager/admin pages, middleware, auth config, database data, notifications, exports, payroll, Time Clock rules, POS shifts, reservations, payments, waivers, customer profiles, schedule locking, or hard schedule blocking.
Generated Jun 4, 2026 11:31 PM
Verifies 25M-10 Weekly Plan only.
Checks for 25M-10 route/controller/view/markers.
Confirms Weekly and Print were not patched yet.
Confirms My Schedule remains the verified self-view pattern.
View marker and query-safety checks.
Critical route, file, guardrail, and table issues.
| Check | Status | Detail | Note |
|---|---|---|---|
| Weekly Plan route exists | Passed | hd/employee-schedules/employee-portal/weekly/self-view-plan | 25M-10 Weekly Plan page must be reachable. |
| Weekly Plan alias route exists | Passed | hd/employee-schedules/access-resolver/weekly-self-view-plan | Diagnostic alias should be reachable. |
| Weekly Plan controller exists | Passed | EmployeeScheduleWeeklySelfViewPlanController.php | Required for 25M-10 plan page. |
| Weekly Plan view exists | Passed | weekly_self_view_plan.blade.php | Required for 25M-10 plan page. |
| Weekly Plan view has 25M-10 marker | Passed | HD Sports Zone Bookmark 25M-10 | Confirms the installed plan view is the expected phase. |
| Weekly Plan controller has patch target inventory | Passed | weeklyPatchTargets / weeklyRouteInventory | Confirms the plan inventories routes and future targets. |
| Weekly Plan states no Weekly patch | Passed | No Weekly patch marker | Confirms 25M-10 stayed read-only. |
| Area | Status | URI | Action | Note |
|---|---|---|---|---|
| Weekly View route | Passed | hd/employee-schedules/employee-portal/weekly | App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklySelfViewController@index | Route remains separate from Weekly plan/smoke and My Schedule self-view controllers. |
| Weekly Print route | Passed | hd/employee-schedules/employee-portal/weekly/print | App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklyPrintSelfViewController@index | Route remains separate from Weekly plan/smoke and My Schedule self-view controllers. |
| Employee Portal landing route | Passed | hd/employee-schedules/employee-portal | App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleSimplifiedPortalController@index | Route remains separate from Weekly plan/smoke and My Schedule self-view controllers. |
| Production home route | Passed | hd/employee-schedules/production | App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleProductionRouteRescueController@index | Route remains separate from Weekly plan/smoke and My Schedule self-view controllers. |
| Check | Status | Detail | Note |
|---|---|---|---|
| My Schedule route exists | Passed | hd/employee-schedules/employee-portal/my-schedule | My Schedule should still be the controlled self-view page. |
| My Schedule uses self-view controller | Passed | App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleMyScheduleSelfViewController@index | Weekly should later follow this verified pattern. |
| My Schedule smoke test route exists | Passed | hd/employee-schedules/employee-portal/my-schedule/smoke-test | 25M-9 verification should remain reachable. |
| My Schedule controller has fail-closed marker | Passed | Unmapped users fail closed | Weekly should later fail closed the same way. |
| My Schedule view has 25M-8 marker | Passed | HD Sports Zone Bookmark 25M-8 | Reference view remains present. |
| Marker | Status | File | Note |
|---|---|---|---|
| Weekly Plan Summary | Found | weekly_self_view_plan.blade.php | Confirms the 25M-10 plan page has its summary section. |
| Weekly / Print Route Inventory | Found | weekly_self_view_plan.blade.php | Confirms the Weekly route inventory is visible. |
| Future Weekly Patch Targets | Found | weekly_self_view_plan.blade.php | Confirms future patch targets are visible. |
| HD Sports Zone Bookmark 25M-11 | Found | weekly_self_view_plan_smoke_test.blade.php | Confirms this smoke-test view is installed. |
| Check | Status | Detail | Note |
|---|---|---|---|
| Published shifts table exists | Passed | hd_published_shifts | Future Weekly self-view patch will need published shifts. |
| Potential filter columns detected | Passed | employee_id | Expected future-safe filters are user_id, employee_id, or staff_id. |
| Weekly Plan controller has query marker scanner | Passed | weeklyQueryMarkers | Confirms the plan inspected Weekly route/controller/view files. |
| Weekly Plan controller does not write database records | Passed | No create/insert/update/delete/save markers | Plan controller must remain read-only. |
| Weekly Plan says Print is deferred | Passed | Print deferred marker | Print should remain deferred until Weekly passes later smoke testing. |
| Area | Critical | Status | URI | Open |
|---|---|---|---|---|
| Weekly Plan Smoke Test | Critical | Detected | hd/employee-schedules/employee-portal/weekly/self-view-plan/smoke-test | Open |
| Weekly Plan Smoke Test Alias | Critical | Detected | hd/employee-schedules/access-resolver/weekly-self-view-plan-smoke-test | Open |
| Weekly Plan | Critical | Detected | hd/employee-schedules/employee-portal/weekly/self-view-plan | Open |
| Weekly Plan Alias | Critical | Detected | hd/employee-schedules/access-resolver/weekly-self-view-plan | Open |
| My Schedule Self-View | Critical | Detected | hd/employee-schedules/employee-portal/my-schedule | Open |
| My Schedule Smoke Test | Critical | Detected | hd/employee-schedules/employee-portal/my-schedule/smoke-test | Open |
| Weekly View | Critical | Detected | hd/employee-schedules/employee-portal/weekly | Open |
| Weekly Print View | Optional | Detected | hd/employee-schedules/employee-portal/weekly/print | Open |
| Employee Portal Landing | Critical | Detected | hd/employee-schedules/employee-portal | Open |
| Production Home | Critical | Detected | hd/employee-schedules/production | Open |
| File | Status |
|---|---|
|
Weekly Plan Smoke Test Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleWeeklySelfViewPlanSmokeTestController.php |
Present |
|
Weekly Plan Smoke Test View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/employee_portal/weekly_self_view_plan_smoke_test.blade.php |
Present |
|
Weekly Plan Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleWeeklySelfViewPlanController.php |
Present |
|
Weekly Plan View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/employee_portal/weekly_self_view_plan.blade.php |
Present |
|
My Schedule Self-View Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleMyScheduleSelfViewController.php |
Present |
|
Navigation Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_navigation.php |
Present |
|
Clean Navigation Partial /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/_clean_nav.blade.php |
Present |
| Guardrail | Status | Note |
|---|---|---|
|
No enforcement middleware created /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Middleware/HdEmployeeScheduleSelfAccess.php |
Passed | Middleware remains deferred. |
|
Auth config exists but is not changed /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 /home/at4txjiyemp4/public_html/hdsportszone.com/bootstrap/app.php |
Passed | This phase does not register middleware. |
|
Weekly route not patched to My Schedule self-view route inventory |
Passed | Weekly View must remain separate until the controlled Weekly patch phase. |
|
Weekly route not patched to Weekly plan controller route inventory |
Passed | The live Weekly View route must not point to the plan controller. |
|
Print route not patched route inventory |
Passed | Print remains deferred. |
|
No database writes are performed by smoke test controller/view only |
Passed | Smoke test only reads route/file/table state. |
| 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 |