supersam/src/components/driver
root e05613ac1d feat: add pickup (самовывоз) delivery type
- New status pickup in delivery workflow
- DB: delivery_type, pickup_date, pickup_time_slot columns
- Client page: tabs Доставка/Самовывоз with PickupSlotsPicker
- PickupSlotsPicker: today/tomorrow/day-after with half-day slots
- Storage notice: free 2 workdays, then 300₽/day
- OrderDetailPanel: delivery type tabs, pickup date/time, status button
- Edge function: delivery_type/pickup fields in confirm-delivery-choice
- RPC: confirm_delivery_choice_by_token updated for pickup
- orderGroupRepository: full pickup field mapping
2026-06-10 12:02:46 +00:00
..
DriverDeliveryDetail.jsx fix: 8 bugfixes — current undefined, auth email, sequential statuses, problem dialog, action log details, KPI layout, date sort, driver lock 2026-05-28 10:03:19 +00:00
DriverDeliveryDetail.test.jsx feat: simplify delivery roles and docs 2026-04-16 13:31:17 +03:00
DriverDeliveryPlanner.jsx fix: city regex requires mandatory dot+space — no more Гор→ор, Годная→одная 2026-05-28 11:05:38 +00:00
DriverDeliveryPlanner.jsx.bak fix: automation funnel — correct data logic, remove emojis, rename to Воронка согласования 2026-05-25 12:31:58 +00:00
DriverDeliveryPlanner.test.jsx fix: RLS recursion, driver UI, auth errors, status counts 2026-05-20 16:25:05 +03:00
DriverShipmentPanel.jsx feat: add pickup (самовывоз) delivery type 2026-06-10 12:02:46 +00:00