← back to Thesetdecorator
backlog: best-sellers band-aid shipped (f314640, verdict B) — awaiting deploy; real data fix still queued
03b2e81f622b57a7fcb2807fffb63c2f16a2529f · 2026-06-03 14:19:11 -0700 · Steve
Files touched
Diff
commit 03b2e81f622b57a7fcb2807fffb63c2f16a2529f
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Jun 3 14:19:11 2026 -0700
backlog: best-sellers band-aid shipped (f314640, verdict B) — awaiting deploy; real data fix still queued
---
YOLO_BACKLOG.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/YOLO_BACKLOG.md b/YOLO_BACKLOG.md
index b8a4c87..bc3fe1e 100644
--- a/YOLO_BACKLOG.md
+++ b/YOLO_BACKLOG.md
@@ -194,8 +194,11 @@ customer-facing /best-sellers page render broken images (best-sellers.html line
to an unfamiliar/sensitive schema = hard stop. NO seed-N.png generator script found in scripts/.
- **Options for Steve:** (a) fix the best_seller_seed rows' local_path to point at the real SKU-named
files; (b) regenerate seed-N.png assets; (c) cheap band-aid = add an `onerror` placeholder on the
- best-sellers card img so broken images degrade gracefully (autonomous-safe code change + deploy if
- you want it). Pick one and I'll execute the non-gated part.
+ best-sellers card img so broken images degrade gracefully.
+- ✅ **Band-aid (c) SHIPPED locally** `f314640` — DTD verdict B. onerror=this.remove() on the card
+ img; broken images degrade to the clean black .img box. Verified (JS parses, page 200). **Needs
+ deploy.** The REAL data fix (a) — repoint best_seller_seed local_path to the SKU-named files, or
+ regenerate seed assets — is still QUEUED for Steve (gated dw_unified write + nonexistent mapping).
## ✅ RESOLVED — PROD BUG (art-archive 502) FIXED 2026-06-03 (loop #12)
**Steve authorized restore; both bridge halves brought back; all 4 prod images verified 200.**
← f314640 TSD: graceful onerror fallback on best-sellers card images (
·
back to Thesetdecorator
·
backlog: best-sellers band-aid DEPLOYED + verified live on p 270f15f →