feature: barcode miss fallback chain (secondary lookup) #65
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OpenFoodFacts is the sole barcode lookup. Poor coverage for store-brand, regional, and specialty products. Users dropped into manual entry with no assistance on miss.
Implementation: Resolver chain (like LLM fallback in expiration_predictor.py). Primary: OFF. Fallback 1: UPC Item DB (free, low-volume). Fallback 2: USDA FDC branded foods by barcode. Log miss rate per source.
Tier: Free (chain); Paid (premium barcode APIs).
Implemented in commit
0de6182.Fallback chain: OFFs → Open Beauty Facts → Open Products Facts. All three share the same API format. When all miss, the frontend switches to manual entry mode automatically instead of silently failing.