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.
Read-only enablement checklist that documents exact requirements before the real schedule publish action may be added. This page does not create published rows, copy draft shifts, publish schedules, lock schedules, hard-block scheduling, text employees, export files, create POS shifts, touch payroll, change Time Clock rules, or alter reservations, payments, waivers, or customer profiles.
Generated Jun 5, 2026 12:19 AM | Draft Period ID #1
Requirement status only. Real publish is still disabled.
Items that must be resolved before real publish can be enabled.
Items that must be reviewed before real publish can be enabled.
Source draft shifts that a future publish action would copy.
Existing period/shift references from published tables.
No database-writing publish code is enabled in 25J-5.
Draft period #1 is loaded for requirement review.
2026-06-01 — 2026-06-06
0 draft shift(s) are available for future publish copy.
1 blocker(s) currently detected.
No publish-prep acknowledgment exists.
0 existing published period row(s), 0 existing published shift row(s) reference this draft period.
Still not enabled. This checklist only documents requirements.
No day summary available.
No employee summary available.
No publish-prep acknowledgments exist for this draft period.
0 published period row(s) 0 published shift row(s)
No existing published period rows reference this draft period.
| Rule | Reason |
|---|---|
| One published period per source draft period unless manager intentionally creates a new revision. | Prevents accidental duplicate schedules for the same week or event range. |
| Published shifts should carry source_schedule_period_id and source_draft_shift_id. | Allows duplicate checks and audit traceability back to the draft source. |
| Before inserting, future publish code must check hd_published_schedule_periods for source_schedule_period_id. | Prevents duplicate published period rows. |
| Before inserting each shift, future publish code must check hd_published_shifts for source_draft_shift_id. | Prevents duplicate published shift rows. |
| If duplicates exist, future publish code should stop and show a manager review screen. | Keeps the manager in control and avoids silent overwrites. |
| Future revisions should be handled as a separate publish revision flow. | Avoids mixing initial publish and revision behavior. |
| Table | Status | Rows | Purpose |
|---|---|---|---|
|
Published Schedule Periods hd_published_schedule_periods |
Present | 1 | Future real publish action would insert here, but 25J-5 does not. |
|
Published Shifts hd_published_shifts |
Present | 1 | Future real publish action would insert here, but 25J-5 does not. |
|
Draft Schedule Periods hd_schedule_periods |
Present | 2 | Source draft period rows for enablement review. |
|
Draft Shifts hd_draft_shifts |
Present | 5 | Source draft shift rows for enablement review. |
|
Publish Acknowledgments hd_schedule_publish_acknowledgments |
Present | 1 | Manager acknowledgment evidence from publish-prep. |
|
Schedule Audit Logs hd_schedule_audit_logs |
Present | 10 | Audit history. No writes from enablement checklist. |
| Area | Method | Status | URI |
|---|---|---|---|
| Enablement Checklist Index | GET | Detected | hd/employee-schedules/published/enablement-checklist |
| Enablement Checklist for Draft Period | GET | Detected | hd/employee-schedules/published/enablement-checklist/draft-periods/{period} |
| Disabled Publish Scaffold | GET | Detected | hd/employee-schedules/published/disabled-publish-scaffold |
| Permission Gate | GET | Detected | hd/employee-schedules/published/permission-gate |
| Published Dry Run | GET | Detected | hd/employee-schedules/published/dry-run |
| Published Completion | GET | Detected | hd/employee-schedules/published/completion |
| File | Status |
|---|---|
|
Enablement Checklist Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedScheduleEnablementChecklistController.php |
Present |
|
Enablement Checklist View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/published/enablement_checklist.blade.php |
Present |
|
Published Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_published.php |
Present |
|
Disabled Scaffold Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedScheduleDisabledPublishScaffoldController.php |
Present |
|
Permission Gate Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedSchedulePermissionGateController.php |
Present |