Commit 0059643
Ronald A Richardson
feat(waypoint): add notes, pod_method, pod_required, and time window attributes
Mirrors the equivalent fields on the Order model so that individual
stops can carry their own proof-of-delivery requirements and
driver-facing notes independently of the parent order.
New attributes:
- notes Free-text driver instructions for this specific stop
- pod_method POD method (e.g. 'signature', 'photo', 'scan')
- pod_required Whether POD must be collected at this stop
- time_window_start / time_window_end Per-stop arrival window (date)
- service_time Expected dwell time in seconds
Until per-waypoint POD is fully implemented in the driver app, the
order-level pod_method / pod_required values are used as a fallback.1 parent 537bbb3 commit 0059643
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
0 commit comments