From 68ab7f664a23247b2e1ebc328a506c5001045eaf Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 6 Apr 2026 14:29:53 +0000 Subject: [PATCH] todos --- TODOS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODOS.md b/TODOS.md index 4138a8a..685aff7 100644 --- a/TODOS.md +++ b/TODOS.md @@ -20,3 +20,10 @@ **Effort:** S (human: ~10min / CC: ~2min) **Context:** Part of the address overflow fix (Pas 5). The fix script re-downloads from GoMag API to get original address text, but doesn't verify the API response. Add empty-response check + report. **Depends on:** Address parser fix (Pas 1-2) deployed. + +## P3: Cleanup orphan VFP-era addresses in Oracle +**What:** One-time script to find and soft-delete partner addresses created by VFP that have no linked orders and incorrect street data. +**Why:** After TIER 2 removal, old addresses that were incorrectly reused remain attached to partners. They're cosmetic clutter but not harmful — new addresses are created correctly now. +**Effort:** S (human: ~2h / CC: ~10min) +**Context:** TIER 2 matched county+city without street, reusing VFP-era addresses with wrong streets. After removal (2026-04-06), new imports create correct addresses. Old wrong addresses stay. Could identify them by: address has id_loc but no linked order rows, and was last modified before 2026-04-06. +**Depends on:** TIER 2 removal deployed and verified.