System Walkthrough

Interactive 9-step guided tour through the NurseCentral dispatch and booking pipeline.

Experience it as a nurse

Enter your phone number to receive real SMS booking links and phone calls as this walkthrough runs.

Step 1 / 9

Orientation

Welcome and System Orientation

This walkthrough executes real operations against your NurseCentral environment. Each step inserts, reads, or modifies data so you can inspect every transition.

System Architecture

Google Sheets (roster) → Roster Sync → Database │ Dispatch (scheduled) → Build candidate queue → SMS notifications │ Nurse booking (claim shift) │ Call escalation (fallback) │ Provider webhooks → State updates │ Dashboard reads live state + logs

Status Model

Shift
OPEN → CALLING → FILLED | UNFILLED
Candidate
PENDING → CALLING → DONE | SKIPPED
Booking
First successful claim wins, enforced atomically

What nurses see

Nurses receive an SMS with a booking link. They see eligible shifts and can claim one with a single tap.

What coordinators see

Coordinators monitor shift state, queue progress, call outcomes, and can trigger manual retries.

How this works

Step 2 / 9

Validation

Connectivity and Environment Validation

Step 3 / 9

Seed Data

Insert Synthetic Roster and Fixture Data

What this seeds

Step 4 / 9

Shifts

Create Open Shifts and Build Candidate Queue

Design objective

Step 5 / 9

Dispatch

Run Dispatch Phase (Scheduled Job Simulation)

This executes

Dashboard after dispatch

The coordinator dashboard updates in real time to reflect shift state changes.

Step 6 / 9

Booking

Booking Walkthrough (Nurse Claim)

This demonstrates

What the nurse sees

After claiming, the shift status updates instantly on the nurse booking page.

Step 7 / 9

Calls

Call Escalation Flow

Scenario setup

Step 8 / 9

Observability

Observability and Debugging Snapshot

Key tables to check during incidents

Live dashboard view

All call attempts, SMS messages, and shift statuses are visible on the coordinator dashboard.

Step 9 / 9

Wrap-up

Wrap-up and Optional Cleanup

What you should now understand