Commit graph

2 commits

Author SHA1 Message Date
FreightDesk
9b5e568e72 [OWL] Bug fixes + seed data + bulk parser route
Some checks are pending
FreightDesk CI/CD / Lint & Test (push) Waiting to run
FreightDesk CI/CD / Build Docker Image (push) Blocked by required conditions
FreightDesk CI/CD / Deploy to Coolify (push) Blocked by required conditions
Fixes:
- Negotiate route: added auth check (only shipper or bidder can negotiate)
- Negotiate route: added notification to other party
- All payment views: removed /100 division (amounts stored in rupees, not paise)
- Migration 006: updated platform_config seed values to rupees
- Migration 007: added current_lat/current_lng columns to vehicles table
- Added bulk-parser route to marketplace.js
- Added Bulk WhatsApp Parser link to portal sidebar

Seed Data:
- scripts/seed-demo.js: 5 shippers, 5 drivers, 8 loads, sample bids
- Idempotent: skips if data already exists
2026-06-08 02:16:02 +00:00
FreightDesk
59d93d5281 [OWL] Driver location tracking + bulk WhatsApp parser + deployment docs
Some checks are pending
FreightDesk CI/CD / Lint & Test (push) Waiting to run
FreightDesk CI/CD / Build Docker Image (push) Blocked by required conditions
FreightDesk CI/CD / Deploy to Coolify (push) Blocked by required conditions
Location Tracking:
- POST /api/location/update — driver GPS update
- GET /api/location/:load_id — get driver location for load
- Migration 007: vehicle_locations table with spatial indexes

Bulk WhatsApp Parser:
- UI for pasting multiple messages at once
- Batch parse via /api/parse-whatsapp
- Review parsed results with confidence scores
- Select and save all valid loads to database
- One-click import from WhatsApp to loads

Deployment:
- DEPLOYMENT.md: full deployment guide
- Environment configuration
- Docker + Docker Compose setup
- Coolify deployment steps
- Post-deployment checklist
- Troubleshooting guide
- Architecture diagram
2026-06-08 01:59:05 +00:00