Employee Schedule Portal

Simple schedule access for employees. Use the four buttons below for normal daily workflow. Diagnostic, plan, completion, and smoke-test links are still available to management/developers, but are no longer shown as employee daily actions.

My Schedule

View your own schedule summary only.

Open My Schedule

Weekly Schedule

View your own published shifts for the selected week.

Open Weekly Schedule

Print Weekly Schedule

Print your own weekly schedule in a clean browser-print view.

Print Weekly

Employee Portal Home

Return to this simplified employee schedule home page.

Portal Home
HD Sports Zone Bookmark 25N-2 — Employee Portal Simplified Navigation. This phase simplifies visible employee navigation only. Routes are not removed, and schedule logic is not changed.

Safety Summary

4 links Employee Menu

Only the normal daily employee schedule links are shown.

5 Developer Links Hidden

Diagnostics remain available by URL but are not shown in the daily employee menu.

0 Route Issues

Self-view route checks needing review.

0/0/3 File / Guard / Table Issues

File, guardrail, and table checks.

Employee Route Checks

Route Status URI Expected Controller Actual Action Open
Employee Portal Simplified Home Verified hd/employee-schedules/employee-portal EmployeeScheduleSimplifiedPortalController App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleSimplifiedPortalController@index Open
My Schedule Self-View Verified hd/employee-schedules/employee-portal/my-schedule EmployeeScheduleMyScheduleSelfViewController App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleMyScheduleSelfViewController@index Open
Weekly Self-View Verified hd/employee-schedules/employee-portal/weekly EmployeeScheduleWeeklySelfViewController App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklySelfViewController@index Open
Weekly Print Self-View Verified hd/employee-schedules/employee-portal/weekly/print EmployeeScheduleWeeklyPrintSelfViewController App\Http\Controllers\Hd\EmployeeSchedules\EmployeeScheduleWeeklyPrintSelfViewController@index Open
Manager Simple Menu Simplified manager navigation hub for Build Schedule, Review Conflicts, Publish Schedule, and Reports. Open

Developer Links Hidden From Daily Employee Menu

Tool Reason
Navigation Cleanup Plan Planning/admin link. Kept available but not displayed as a daily employee action.
Schedule Access Completion Completion/admin link. Kept available but not displayed as a daily employee action.
My Schedule Smoke Test Developer verification link.
Weekly Smoke Test Developer verification link.
Weekly Print Smoke Test Developer verification link.

Manager Areas Remain Separate

Area Purpose Open
Schedule Production Manager schedule production area remains separate from employee self-view pages. Open
Operations Hub Manager operations/support tools remain available separately. Open
Visibility Dashboard Manager visibility tools remain available separately. Open

Safe Rules

  • Employee daily portal shows only My Schedule, Weekly Schedule, Print Weekly Schedule, and Portal Home.
  • Developer/diagnostic/smoke/plan links remain available by URL, but are not shown as daily employee actions.
  • Manager schedule production remains separate.
  • No schedule data, publish workflow, middleware, auth config, exports, notifications, payroll, Time Clock, POS shifts, reservations, payments, waivers, customer profiles, locking, or hard blocking is changed.

Not Changed

  • No routes were removed.
  • My Schedule logic was not patched.
  • Weekly View logic was not patched.
  • Weekly Print logic was not patched.
  • Manager/admin schedule pages were not patched.
  • Draft schedule pages were not patched.
  • Publish workflow was not patched.
  • No middleware was created.
  • No middleware was applied.
  • No auth config was changed.
  • No database writes were introduced.
  • No exports, PDFs, or CSVs were introduced.
  • No employee texts or employee emails were introduced.

File Checks

File Status
Simplified Employee Portal Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleSimplifiedPortalController.php
Present
Simplified Employee Portal View
/home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/employee_portal/simplified_portal.blade.php
Present
Employee Daily Nav Partial
/home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/_employee_daily_nav.blade.php
Present
My Schedule Self-View Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleMyScheduleSelfViewController.php
Present
Weekly Self-View Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleWeeklySelfViewController.php
Present
Weekly Print Self-View Controller
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/EmployeeScheduleWeeklyPrintSelfViewController.php
Present

Guardrail Checks

Guardrail Status Note
No enforcement middleware created
/home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Middleware/HdEmployeeScheduleSelfAccess.php
Passed Simplified navigation does not add middleware.
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.
No database writes performed by simplified portal
controller/view only
Passed Simplified portal reads route/file/table state only.
Production route remains separate
route inventory
Passed Manager production area is not pointed to the employee portal controller.

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

Next Recommended Phase

25N-3 — Manager Schedule Navigation Simplification / Controlled Patch
Recommended next phase should simplify manager-facing navigation into Build Schedule, Review Conflicts, Publish Schedule, and Reports without changing scheduling logic.
  1. Back up manager schedule views and shared nav partials.
  2. Patch visible manager navigation only.
  3. Keep employee portal simplified.
  4. Do not remove routes.
  5. Do not change schedule data, middleware, auth, exports, notifications, payroll, Time Clock, POS, reservations, payments, waivers, customer profiles, or locking.