Imported from bare git on Zurich
Go to file
James baf9db9c1e Add delivery upsert endpoint to prevent duplicates
PUT /api/deliveries/upsert matches by tracking_number (exact) or
description+retailer (fuzzy 50% word overlap). Updates existing
delivery if found, creates new if not. Status only progresses
forward (shipped→in_transit→out_for_delivery→delivered).
2026-02-13 17:22:09 -05:00
data Add delivery upsert endpoint to prevent duplicates 2026-02-13 17:22:09 -05:00
.gitignore Initial commit 2026-02-01 08:03:51 +00:00
dashboard-server Add delivery upsert endpoint to prevent duplicates 2026-02-13 17:22:09 -05:00
go.mod Initial commit 2026-02-01 08:03:51 +00:00
go.sum Initial commit 2026-02-01 08:03:51 +00:00
index.html chore: auto-commit uncommitted changes 2026-02-11 00:30:11 -05:00
james-dashboard Add delivery upsert endpoint to prevent duplicates 2026-02-13 17:22:09 -05:00
james-dashboard.bak chore: auto-commit uncommitted changes 2026-02-08 04:30:12 -05:00
multi-chat.html Dashboard data updates + new endpoints 2026-02-04 22:57:30 -05:00
server.go Add delivery upsert endpoint to prevent duplicates 2026-02-13 17:22:09 -05:00