Internal Documentation
Routes Map
All application routes grouped by module. Private routes require authentication.
Core
2 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/ | Home | Redirects to /dashboard | Public |
/dashboard | Dashboard | KPIs, risk alerts, and recent operations | Private |
Clients (CRM)
4 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/clients | Client List | Full list of registered clients with filters | Private |
/clients/new | New Client | Step-based KYC client creation wizard | Private |
/clients/[id] | Client Detail | Full profile, KYC data, linked operations | Private |
/clients/[id]/edit | Edit Client | Update client information | Private |
Vehicles
3 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/vehicles | Vehicle List | Inventory of vehicles in operations | Private |
/vehicles/new | New Vehicle | Register a vehicle for an operation | Private |
/vehicles/[id] | Vehicle Detail | Vehicle info, linked operation, documents | Private |
Operations
4 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/operations | Operations List | All active and completed operations | Private |
/operations/new | New Operation | Multi-step compliance wizard (5 steps) | Private |
/operations/[id] | Operation Detail | Full operation record and status | Private |
/operations/[id]/step/[step] | Operation Step | Individual step in the compliance flow | Private |
Compliance
2 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/compliance | Compliance Overview | Validation results and law engine output | Private |
/compliance/[id] | Compliance Record | Detailed validation, manual inputs, evidence | Private |
Reports
1 route
| Route | Name | Description | Auth |
|---|---|---|---|
/reports | Reports | Aggregated compliance statistics and exports | Private |
Documentation (Internal)
3 routes
| Route | Name | Description | Auth |
|---|---|---|---|
/docs/brand | Brand Manual | Design system, colors, typography | Public |
/docs/components | Component Library | Visual library of all UI components | Public |
/docs/routes | Routes Map | This page — full route reference | Public |