feat: convert NearlExpress console to Doormile admin
Phase 1: env config + login auth (Doormile JWT) Phase 2: full API layer rewrite in api.js - All endpoints now point at api.doormile.com/api/v1 - Removed all jupiter.nearle.app references - Removed all routes.workolik.com references (Phase 3) - Miler CRUD: GET/POST/PATCH /admin/milers - Clients: GET/POST/PATCH /crm/clients - Bookings: GET /admin/bookings - Auto-assign: POST /hub/bookings/:id/auto-assign Pages rewritten: - riders.js - Doormile miler fields, status mapping - createrider.js - fixed broken form, real miler creation - editRider.js - stripped bank/vehicle/insurance, hub mapping - Tenants.js - stripped pricing dialog, CRM client fields Menu: renamed Orders/Deliveries/Tenants/Riders/Dispatch to Bookings/Consignments/Clients/Milers/Live Operations Pending Phase 3: dispatch pages, reports, consignments
This commit is contained in:
@@ -4,20 +4,20 @@
|
||||
"others": "Others",
|
||||
"roadmap": "Roadmap",
|
||||
"MENU": "Menu",
|
||||
"orders": "Orders",
|
||||
"orders": "Bookings",
|
||||
"orderspreview": "Orders Preview",
|
||||
"deliveries": "Deliveries",
|
||||
"tenants": "Tenants",
|
||||
"deliveries": "Consignments",
|
||||
"tenants": "Clients",
|
||||
"pricing": "Pricing",
|
||||
"customers": "Customers",
|
||||
"riders": "Riders",
|
||||
"riders": "Milers",
|
||||
"reports": "Reports",
|
||||
"ordersummary": "Orders Summary",
|
||||
"ordersdetails": "Orders Details",
|
||||
"riderssummary": "Riders Summary",
|
||||
"riderslogs": "Riders Logs",
|
||||
"invoice": "Invoice",
|
||||
"dispatch": "Dispatch",
|
||||
"dispatch": "Live Operations",
|
||||
"profitability": "Profitability",
|
||||
"Doormile": "Doormile"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user