Core Features

How drivers get notified a rider is ready for pickup

When the front desk marks a trip ๐Ÿ™‹ Pickup Requested, the driver can be notified two ways โ€” whichever they've set up.

In-app chime

If the driver's device has RideLogger open, it plays a short sound and shows a toast: "๐Ÿ™‹ Pickup requested: [resident name(s)]." [BLOCKED: no live screenshot โ€” triggering this for real means clicking "Pickup Requested" on a trip, which also fires the automated voice call below to any real opted-in driver phone number (confirmed live: this test tenant has one staff member with pickup-call opt-in on, and the call pool falls back to every opted-in driver facility-wide if none are individually assigned to the trip โ€” so it isn't avoidable by picking an unassigned trip). Toast text and chime trigger verified from source (app.js, the onSnapshot pickup-status-change handler) instead.] No setup needed โ€” this fires automatically for anyone with the driver role, or anyone flagged "also drives," whenever they're on the trip.

Automated voice call (opt-in)

For drivers who'd rather get a call than watch for a text or toast:

  1. On the driver's staff record (Add or Edit), check "๐Ÿ“ž Call this driver for pickup alerts at the phone above." (hint text: "For drivers who prefer a call over a text: when the front desk marks a trip 'Pickup Requested,' an automated voice call announces the trip number (e.g. 'Trip 3 is ready for pickup') โ€” plays hands-free over the vehicle's Bluetooth. No names spoken.") Call this driver for pickup alerts checkbox in the Staff modal
  2. When the trip is marked Pickup Requested, RideLogger places an automated call announcing "Trip [number] is ready for pickup" โ€” using the trip's daily number, not a room number or name, so nothing is mispronounced.
  3. The call is meant to play hands-free over the vehicle's Bluetooth.

Who can do this

The chime is automatic for drivers/also-drives staff. The voice call requires opting in on the staff record (managers/admins set this up).

Notes