freightdesk/supabase/migrations
FreightDesk 59d93d5281
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
[OWL] Driver location tracking + bulk WhatsApp parser + deployment docs
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
..
001_initial_schema.sql Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
002_seed_data.sql Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
003_soft_delete.sql [OWL] Security fixes: remove hardcoded password, add setup form, soft-delete migration 2026-06-07 19:34:22 +00:00
004_audit_logging.sql [OWL] Audit logging: cherry-pick Hermes' audit SQL, add routes + views 2026-06-07 20:03:23 +00:00
005_saas_marketplace.sql [OWL] SaaS Marketplace: registration, marketplace, bidding, notifications 2026-06-08 01:35:24 +00:00
006_payment_escrow.sql [OWL] Payment escrow system + marketplace payment integration 2026-06-08 01:50:02 +00:00
007_location_tracking.sql [OWL] Driver location tracking + bulk WhatsApp parser + deployment docs 2026-06-08 01:59:05 +00:00