gambit-admin
  • Joined on 2026-06-06
gambit-admin closed issue gambit/gambit#226 2026-07-10 04:54:58 +00:00
Sealed UPC scan returns nothing when the barcode is not in the UPC provider DB (e.g. One Piece packs)
gambit-admin commented on issue gambit/gambit#227 2026-07-10 04:54:57 +00:00
Review-scans sheet will not stick expanded — a swipe-up snaps back to peek

Follow-up (9c63b25): also enlarged the drag zone from the ~16px grabber to the whole header, and made the responder claim only on a deliberate vertical drag (not on touch-start) so header…

gambit-admin opened issue gambit/gambit#228 2026-07-09 18:47:38 +00:00
One Piece cards fail to identify — promo game-detection + name-banner anchor + P-xxx numbers
gambit-admin commented on issue gambit/gambit#226 2026-07-09 18:15:55 +00:00
Sealed UPC scan returns nothing when the barcode is not in the UPC provider DB (e.g. One Piece packs)

Decision: OCR box-title fallback + self-warm is the backbone; no provider switch.

Two corrections to the earlier provider notes:

  • Name quality is not a provider differentiator — #224…
gambit-admin commented on issue gambit/gambit#226 2026-07-09 17:54:19 +00:00
Sealed UPC scan returns nothing when the barcode is not in the UPC provider DB (e.g. One Piece packs)

Why the UPC was missing + provider options (for founder decision)

Root of the coverage gap: we resolve UPC→product via the upcitemdb free trial (~495M products, 100/day), which simply…

gambit-admin commented on issue gambit/gambit#226 2026-07-09 17:42:50 +00:00
Sealed UPC scan returns nothing when the barcode is not in the UPC provider DB (e.g. One Piece packs)

Fixed on feature/josh (9dda5df) — pending on-device re-scan.

  • Mobile: the SEALED lane now extracts the box title via sealedTextSignal even when a GTIN is read, and sends `{gtin, name,…
gambit-admin commented on issue gambit/gambit#227 2026-07-09 17:42:50 +00:00
Review-scans sheet will not stick expanded — a swipe-up snaps back to peek

Fixed on feature/josh (9dda5df) — verify on the 8084 dev-client.

reviewPan release is now velocity-aware: an upward flick (vy < -0.5) snaps the sheet to full and sticks; a downward…

gambit-admin opened issue gambit/gambit#226 2026-07-09 17:38:16 +00:00
Sealed UPC scan returns nothing when the barcode is not in the UPC provider DB (e.g. One Piece packs)
gambit-admin opened issue gambit/gambit#227 2026-07-09 17:38:16 +00:00
Review-scans sheet will not stick expanded — a swipe-up snaps back to peek
gambit-admin commented on issue gambit/gambit#224 2026-07-09 17:31:36 +00:00
Sealed UPC scan shows a foreign-language reseller title instead of the English product name

Fixed on feature/josh (4131e2b) — pending on-device re-scan to confirm.

resolve_upc_identity now HTML-unescapes the title and picks the most English-looking title across the item's…

gambit-admin commented on issue gambit/gambit#225 2026-07-09 17:31:36 +00:00
Sealed UPC scan feeds no price for TCGCSV-covered games (Magic, etc.)

Fixed on feature/josh (4131e2b) — pending on-device re-scan to confirm.

Two root causes:

  1. Scrydex serves no Magic /sealed catalog (magicthegathering/v1/sealed 504s on every query…
gambit-admin opened issue gambit/gambit#224 2026-07-09 17:20:17 +00:00
Sealed UPC scan shows a foreign-language reseller title instead of the English product name
gambit-admin opened issue gambit/gambit#225 2026-07-09 17:20:17 +00:00
Sealed UPC scan feeds no price for TCGCSV-covered games (Magic, etc.)
gambit-admin closed issue gambit/gambit#223 2026-07-09 15:45:47 +00:00
Trade % calculator adjusts wrong side
gambit-admin commented on issue gambit/gambit#223 2026-07-09 15:40:52 +00:00
Trade % calculator adjusts wrong side

Fixed in commit ef234cc (feature/rudy) and pushed OTA to TestFlight (channel production, runtime 1.2.0, update group 5462f43a — reaches all testers on next app relaunch).

Root cause: applyDealPer…

gambit-admin opened issue gambit/gambit#223 2026-07-09 12:31:14 +00:00
Trade % calculator adjusts wrong side
gambit-admin commented on issue gambit/gambit#222 2026-07-08 22:57:46 +00:00
Slab grading pipeline hardening — cert verification is PSA-only (mis-verifies CGC/BGS as fake) + no grade-scale semantics

Re-verification note on the two corrections raised: both were already on the pushed branch - they landed in c28b13d (OCR -> Gemini -> Vision cascade) and 06d26a6 (scrydex_card_id in the offline…

gambit-admin commented on issue gambit/gambit#222 2026-07-08 22:51:43 +00:00
Slab grading pipeline hardening — cert verification is PSA-only (mis-verifies CGC/BGS as fake) + no grade-scale semantics

Both founder refinements folded in and pushed (feature/josh, c28b13d + 06d26a6):

  1. Identification is now the explicit 3-tier cascade, cheapest/most-ours first: (a) on-device OCR + QR -> local…
gambit-admin commented on issue gambit/gambit#222 2026-07-08 22:40:12 +00:00
Slab grading pipeline hardening — cert verification is PSA-only (mis-verifies CGC/BGS as fake) + no grade-scale semantics

OCR/QR-first slab identification + Scrydex graded pricing shipped to feature/josh (founder-approved design, gambit-ocr-first-slab-design.md). Four commits:

  • f969a13 mobile: the slab lane now…
gambit-admin commented on issue gambit/gambit#222 2026-07-08 21:23:45 +00:00
Slab grading pipeline hardening — cert verification is PSA-only (mis-verifies CGC/BGS as fake) + no grade-scale semantics

Phase 0 + Phase 1 shipped on feature/josh (25290fc, 38253c5), per founder decision: no scraping, no new verifiers - every non-PSA grader stays LINK_ONLY; PSA remains the only real verification.

Ph…