feat: improved receipt recognition, batch product add, and scan UX
- Rewrite receipt OCR prompt: completes truncated names, preserves fat% and flavour attributes, extracts weight/volume from line, infers typical package sizes for solid goods with quantity_confidence field - Add quantity_confidence to RecognizedItem, EnrichedItem, and ProductJobResultItem; propagate through item enricher and worker - Replace per-item create loop with single POST /user-products/batch call from RecognitionConfirmScreen - Rebuild RecognitionConfirmScreen: amber qty border for low quantity_confidence, tappable product name → catalog picker, sort items by confidence, full L10n (no hardcoded strings) - Add timestamps (HH:mm / d MMM HH:mm) to recent scan chips - Show close-app hint on ProductJobWatchScreen (queued + processing) - Refresh recentProductJobsProvider on watch screen init so new job appears without a manual pull-to-refresh - App-level WidgetsBindingObserver refreshes product and dish job lists on resume, fixing stale lists after background/foreground transitions - Add 9 new L10n keys across all 12 locales Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -201,5 +201,35 @@
|
||||
"fat": "वसा",
|
||||
"carbs": "कार्बोहाइड्रेट",
|
||||
"fiber": "फाइबर",
|
||||
"productAddedToShelf": "पेंट्री में जोड़ा गया"
|
||||
"productAddedToShelf": "पेंट्री में जोड़ा गया",
|
||||
"recognitionFoundProducts": "{count} उत्पाद मिले",
|
||||
"@recognitionFoundProducts": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"recognitionAddAll": "सब जोड़ें",
|
||||
"recognitionAddToStock": "पेंट्री में जोड़ें",
|
||||
"recognitionAdded": "{count} उत्पाद जोड़े गए",
|
||||
"@recognitionAdded": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"recognitionProductsFailed": "उत्पाद जोड़ने में विफल",
|
||||
"recognitionEmpty": "कोई उत्पाद नहीं मिला",
|
||||
"recognitionConfidence": "{percent}% विश्वसनीयता",
|
||||
"@recognitionConfidence": {
|
||||
"placeholders": {
|
||||
"percent": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"recognitionReplaceProduct": "उत्पाद बदलें",
|
||||
"scanJobCloseHint": "आप ऐप बंद कर सकते हैं — यह स्कैन उत्पाद स्क्रीन पर हाल के स्कैन में दिखाई देगा"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user