You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a UI that lets shippers combine multiple small shipments into one consolidated freight booking to reduce costs. All work goes in frontend/sandbox/.
Acceptance Criteria
Page at frontend/sandbox/shipments/consolidate/page.tsx
List of eligible shipments (same destination region) with checkboxes
Selected shipments show combined weight, volume, and estimated savings
Incompatible cargo type warning (e.g. cannot mix Hazmat with General)
Confirm Consolidation button creates a new consolidated shipment
Overview
Build a UI that lets shippers combine multiple small shipments into one consolidated freight booking to reduce costs. All work goes in
frontend/sandbox/.Acceptance Criteria
frontend/sandbox/shipments/consolidate/page.tsx