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 5, 2026 12:18 AM | Draft Period ID #2
Payload preview status only. Real publish is still not enabled.
Items that must be resolved before future publishing.
Items requiring manager review before future publishing.
Preview only. No published period row is inserted.
Preview only. No published shift rows are inserted.
Preview only. No audit log is inserted.
| Field | Preview Value |
|---|---|
| table | hd_published_schedule_periods |
| operation | would_not_insert_until_blockers_resolved |
| source_schedule_period_id | 2 |
| title | Draft Schedule 2026-06-14 through 2026-06-19 |
| starts_on | 2026-06-14 |
| ends_on | 2026-06-19 |
| published_status | published |
| published_shift_count | 0 |
| source_snapshot_status | draft |
| source_hard_stop_count | 1 |
| source_warning_count | 0 |
| source_summary_payload | json_encode(summary of draft period, shift counts, blockers, warnings, acknowledgment, and duplicate checks) |
| prepared_at | future_now_timestamp |
| published_at | future_now_timestamp |
| published_by | future_authenticated_user_id_or_name |
| internal_notes | Future real publish action payload preview only. Not inserted by 25J-6. |
No future shift payload rows are available.
| Field | Preview Value |
|---|---|
| table | hd_schedule_audit_logs |
| operation | future_insert_preview_only |
| event_type | published_schedule_created |
| source_module | employee_schedule_publish |
| source_schedule_period_id | 2 |
| published_schedule_period_id | future_created_published_period_id |
| draft_shift_count | 0 |
| published_shift_count | 0 |
| blocker_count | 1 |
| warning_count | 0 |
| acknowledgment_count | 1 |
| latest_acknowledgment_id | 1 |
| existing_published_period_reference_count | 0 |
| existing_published_shift_reference_count | 0 |
| before_published_period_row_count | 1 |
| before_published_shift_row_count | 1 |
| after_published_period_row_count | future_before_count_plus_1_when_allowed |
| after_published_shift_row_count | future_before_count_plus_created_shift_count_when_allowed |
| actor_id | future_authenticated_user_id |
| actor_name | future_authenticated_user_name |
| event_payload | json_encode(full publish summary, source rows, created row IDs, blockers, warnings, and preserved boundaries) |
| preserved_boundaries | GET-only audit preview, No real publish button, No POST action added, No published rows created, No draft shift copy, No audit log written, No schedule publishing, No schedule locking, No hard schedule blocking, No employee texts, 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 changes, No PDF generation, No CSV export, No live employee-facing schedule changes, No database writes from this page |
| created_at | future_now_timestamp |
No day summary available.
No employee summary available.
| When | Status | Manager | Stops / Warnings |
|---|---|---|---|
| 2026-06-04 8:04 AM | acknowledged_no_current_warnings | Not entered | 0 / 0 |
0 published period row(s) 0 published shift row(s)
No existing published period rows reference this draft period.
| 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 |