Admin Guide
Placeholder — populated in Phase 2+ as admin/ops features ship.
Planned sections (spec Module 5):
- Dashboard (revenue, active drivers/riders, trip stats, charts)
- Driver management (verify, suspend, documents, commission, wallet)
- Rider management (CRUD, wallet, history, blacklist)
- Vehicle types · fares · commission
- Pricing config · promos · payments config
- Reports · CMS · settings (language/currency/country/timezone/SMS/email/maps)
Available now (Phase 0): roles & permissions
RBAC ships with 8 seeded system roles (super_admin, admin,
dispatcher, driver, rider, fleet_owner, corporate, franchise).
Routes are gated with @RequirePermissions('resource.action'). Custom
roles can be added as data without a deploy.
source: docs/admin-guide/README.md (ships identically in the product zip)