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.
GET-only preview of the exact future published-period, published-shift, and audit-log payloads. This page does not create published rows, copy draft shifts, write audit logs, 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 4, 2026 11:25 PM
This screen previews future payloads only.
Draft periods available for future write-plan preview.
Existing isolated published period rows.
Existing isolated published shift rows.
Existing audit rows. This page writes none.
No insert, update, delete, publish, text, export, lock, or integration is performed.
| Draft Period | Date Range | Status | Draft Shifts | Acknowledgments | Issues | Existing Published Rows | Open |
|---|---|---|---|---|---|---|---|
|
Draft Schedule 2026-06-14 through 2026-06-19 #2 |
2026-06-14 — 2026-06-19 | draft | 0 | 1 |
1 blocker(s)
0 warnings
Unassigned: 0 |
Missing Time: 0 |
Soft Conflicts: 0
|
0 periods / 0 shifts | Open Audit Preview |
|
Week of June 01, 2026 #1 |
2026-06-01 — 2026-06-06 | draft | 0 | 0 |
1 blocker(s)
1 warning(s)
Unassigned: 0 |
Missing Time: 0 |
Soft Conflicts: 0
|
0 periods / 0 shifts | Open Audit Preview |
| Step | Future Write | Purpose |
|---|---|---|
| Start transaction | No write yet | Future real publish action should wrap period, shift, and audit inserts together. |
| Validate blockers | No write | Stop before inserts if missing period dates, missing shifts, unassigned shifts, or missing times exist. |
| Check duplicate published period | No write | Stop before inserts if hd_published_schedule_periods already has source_schedule_period_id. |
| Check duplicate published shifts | No write | Stop before inserts if hd_published_shifts already has source_draft_shift_id rows. |
| Insert published period | One future insert into hd_published_schedule_periods | Create the final published schedule header/period row. |
| Insert published shifts | One future insert per draft shift into hd_published_shifts | Copy the approved draft shifts into final published schedule rows. |
| Insert audit log | One future insert into hd_schedule_audit_logs | Record who published, what was copied, counts, duplicate checks, and preserved boundaries. |
| Commit transaction | No write beyond transaction commit | Make period, shifts, and audit log commit together. |
| Return success screen | No write | Show created period ID, shift count, and audit reference. |
| Table | Status | Rows | Purpose |
|---|---|---|---|
|
Published Schedule Periods hd_published_schedule_periods |
Present | 1 | Future real publish action would insert here, but 25J-6 does not. |
|
Published Shifts hd_published_shifts |
Present | 1 | Future real publish action would insert here, but 25J-6 does not. |
|
Schedule Audit Logs hd_schedule_audit_logs |
Present | 10 | Future real publish action would insert here, but 25J-6 does not. |
|
Draft Schedule Periods hd_schedule_periods |
Present | 2 | Source draft period rows for audit preview. |
|
Draft Shifts hd_draft_shifts |
Present | 5 | Source draft shift rows for audit preview. |
|
Publish Acknowledgments hd_schedule_publish_acknowledgments |
Present | 1 | Manager acknowledgment evidence from publish-prep. |
| Area | Method | Status | URI |
|---|---|---|---|
| Audit Preview Index | GET | Detected | hd/employee-schedules/published/audit-preview |
| Audit Preview for Draft Period | GET | Detected | hd/employee-schedules/published/audit-preview/draft-periods/{period} |
| Enablement Checklist | GET | Detected | hd/employee-schedules/published/enablement-checklist |
| 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 |
| File | Status |
|---|---|
|
Audit Preview Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedScheduleAuditPreviewController.php |
Present |
|
Audit Preview View /home/at4txjiyemp4/public_html/hdsportszone.com/resources/views/hd/employee_schedules/published/audit_preview.blade.php |
Present |
|
Published Route File /home/at4txjiyemp4/public_html/hdsportszone.com/routes/hd_employee_schedule_published.php |
Present |
|
Enablement Checklist Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedScheduleEnablementChecklistController.php |
Present |
|
Disabled Scaffold Controller /home/at4txjiyemp4/public_html/hdsportszone.com/app/Http/Controllers/Hd/EmployeeSchedules/PublishedScheduleDisabledPublishScaffoldController.php |
Present |