Logo

Data Sync & Integration Diagnostics

Monitor API connections, run reconciliation, and debug data sources

System Health Overview
Data Field Mapping Reference

Humanity → Dashboard

  • shifts → Scheduled Shifts
  • timeclocks → Worked Shifts
  • clockin_time → On-Time Calculation
  • hours → Total Hours Worked
  • late flag → Late Count

Motive → Dashboard

  • VehicleTelemetry → GPS & Speed
  • DriverSafetyEvent → Safety Events
  • severity → Event Severity
  • eventType → Event Type
  • coachingStatus → Review Status

HunkWare → Dashboard

  • revenue → Captain Revenue
  • jobs_completed → Job Count
  • estimator_conversions → Conversions
  • ⚠️ Future implementation

Metric Formulas

  • Attendance Rate = (# shifts worked) / (# scheduled shifts - called out) × 100
  • On-Time Rate = (# on-time clock-ins within ±5 min) / (# shifts worked) × 100
  • Safety Score = 100 - (critical×15 + warning×5 + events×1) from DriverSafetyEvent