@voyantjs/ground
v0.90.0
Published
Ground transport module for Voyant. Vehicles, drivers, transfer preferences, dispatch, and execution for DMC and tour-operator operational workflows.
Readme
@voyantjs/ground
Ground transport module for Voyant. Vehicles, drivers, transfer preferences, dispatch, and execution for DMC and tour-operator operational workflows.
Ground supports transfers, pickups, dropoffs, dispatch, and local logistics for the target OTA, tour-operator, and DMC scenarios.
Install
pnpm add @voyantjs/groundUsage
import { groundModule } from "@voyantjs/ground"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [groundModule],
// ...
})Entities
- Operators (
gopr), Vehicles (gveh), Drivers (gdrv) - Transfer preferences (
gtpr) - Dispatch (
gdsp), Execution (gexe) - Assignments (
gdas), Logs (gdlg) - Positions (
gdps), Shifts (gdsh), Signals (gsin), Comps (gdcp)
Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
Apache-2.0
