Skip to content

Guides

Routes Chart

Routes Example for Erik

graph TB
  A[rq_get_routes] --> B[Validate Input]
  A --> C[Geocode]
  A --> D[Search Providers]

  D --> E[Daytrip]
  D --> F[Blacklane]
  D --> G[Talixo]

  D --> H[Apply Pricing]
  H --> I[Render HTML]