freightdesk/webapp/src/services
FreightDesk ec6ec234ac
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] Critical fixes: registration routes, duplicate payments mount, missing views
Critical Fixes:
- Registration routes: changed /shipper → /register/shipper, /driver → /register/driver
  (was causing 404s — landing page linked to /register/* but routes were /shipper and /driver)
- Registration form actions: fixed to match /register/shipper and /register/driver
- Removed duplicate /payments route mount in server.js (payments.js is escrow, mounted at /escrow)
- Supabase client: now uses service key (falls back to anon key)
- Created missing pages/errors/403.ejs view

Documentation:
- README.md: full project documentation
- .env.example: environment variable template
- .dockerignore: exclude dev files from Docker image
2026-06-08 02:27:28 +00:00
..
audit.js [OWL] Client portal: shipper login + dashboard + load views 2026-06-07 20:05:52 +00:00
invoice-pdf.js [OWL] Driver portal + Invoice PDF generation 2026-06-08 00:40:16 +00:00
logger.js [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
metrics.js [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
parser.js [OWL] WhatsApp parser v2 + mobile responsiveness + parser API 2026-06-08 01:15:11 +00:00
supabase.js [OWL] Critical fixes: registration routes, duplicate payments mount, missing views 2026-06-08 02:27:28 +00:00