freightdesk/webapp
FreightDesk ada58bc02f
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] Dashboard charts (Recharts CDN) + API layer + portal user management
Dashboard Charts:
- 4 interactive charts via Recharts CDN (no build step):
  * Freight & Commission trend (line chart, 6 months)
  * Load status distribution (pie chart)
  * Top routes by freight (bar chart)
  * Top shippers by freight (horizontal bar chart)
- Govt-app color theme (#000080 navy, #138808 green, #FF9933 saffron)
- INR formatting on tooltips and axes
- Async Recharts loading with retry

API Layer (/api):
- Full REST CRUD: loads, shippers, vehicles, payments
- Dashboard stats endpoint
- Pagination, filtering, sorting
- Role-based access control on writes
- Soft delete support

Portal User Management (/portal-users):
- Admin UI to create shipper/driver portal accounts
- Link to existing shippers/drivers
- Enable/disable, reset password, delete
2026-06-08 00:52:49 +00:00
..
src [OWL] Dashboard charts (Recharts CDN) + API layer + portal user management 2026-06-08 00:52:49 +00:00
tests [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
.env.example Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
.eslintrc.json [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
.prettierrc.json [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
Dockerfile Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00
package.json [OWL] Roadmap batch: CI/CD, observability, testing, UX polish 2026-06-07 19:49:46 +00:00
seed.js Initial commit: FreightDesk v1.0 2026-06-07 18:57:24 +00:00