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

Grader-API research (no-scraping path — sanctioned APIs only):

Only PSA has a free, self-serve cert API (already integrated). NONE of CGC / BGS-Beckett / SGC / TAG / ACE publishes a public…

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

Mobile display shipped on feature/josh (aeb6745), on top of the backend fields from 4703da2. GradedScanResponse/ScanResult now carry grade_label, grade_qualifier, grade_raw, subgrades, is_black_lab…

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

Multi-grader cert verification + QR-first routing DESIGN complete (design-only; needs founder sign-off before build).

Key finding: slabs are ALREADY QR-first for detection/routing — but…

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

Bigger-work pass landed on feature/josh (4703da2), building on the 52fa5aa quick wins:

1. Grade-scale semanticsGradedScanRecognition gains grade_label, grade_qualifier, grade_raw,…

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

Quick-win correctness fixes landed on feature/josh (52fa5aa):

  • Both graded recognizers now default grader to "UNKNOWN" (not "PSA") when no company is read.
  • Legacy path (_recognize_graded_card_f…
gambit-admin opened issue gambit/gambit#222 2026-07-08 19:03:42 +00:00
Slab grading pipeline hardening — cert verification is PSA-only (mis-verifies CGC/BGS as fake) + no grade-scale semantics
gambit-admin commented on issue gambit/gambit#124 2026-07-08 19:03:42 +00:00
Implement CERT verification for graded cards

Scope correction: my earlier re-audit note called this a 'small UI remainder' (render verification_url + PSA fallback). The slab grading review (2026-07-08) shows it's bigger - cert verification…

gambit-admin commented on issue gambit/gambit#221 2026-07-08 19:03:42 +00:00
Competitor scanner quality parity (DeckTradr)

Slab grading gaps (cert verification is PSA-only + no grade-scale semantics; two actively-harmful bugs) tracked in #222. The quick-win correctness fixes there (gate PSA verify on grader=='PSA',…

gambit-admin opened issue gambit/gambit#221 2026-07-08 18:52:22 +00:00
Competitor scanner quality parity (DeckTradr)
gambit-admin commented on issue gambit/gambit#220 2026-07-08 18:41:17 +00:00
Visual card-edge feedback on capture (keep manual tap)

Correction to the caveat above — I had the camera/OCR architecture wrong; now verified against feature/josh (see repo-root gambit-scan-ocr-architecture.md).

We ALREADY run Apple Vision natively…

gambit-admin opened issue gambit/gambit#220 2026-07-08 18:35:04 +00:00
Visual card-edge feedback on capture (keep manual tap)
gambit-admin opened issue gambit/gambit#219 2026-07-08 18:35:03 +00:00
Best-of-N multi-frame OCR consensus on capture (single visible flash)
gambit-admin closed issue gambit/gambit#106 2026-07-08 18:11:17 +00:00
Offline mode using CSV export of cached data
gambit-admin closed issue gambit/gambit#98 2026-07-08 18:11:16 +00:00
Investigate and implement on-device OCR for iPhone card scanning
gambit-admin commented on issue gambit/gambit#57 2026-07-08 18:11:16 +00:00
Implement slab scanning and sold price display like Collectr

Delivered — closing. Superseded by #207 (CARDS/SEALED/SLAB scan modes) plus the graded-comps + Scrydex-listings work.

(1) Slab scanning: SLAB mode reads the PSA cert QR/Code128 label and hits…

gambit-admin closed issue gambit/gambit#57 2026-07-08 18:11:16 +00:00
Implement slab scanning and sold price display like Collectr
gambit-admin commented on issue gambit/gambit#106 2026-07-08 18:11:16 +00:00
Offline mode using CSV export of cached data

Superseded — closing. The goal (offline app usage with on-device OCR + local price lookup from last-downloaded data) shipped, but via a better mechanism than a user-managed CSV.

Instead of…

gambit-admin commented on issue gambit/gambit#91 2026-07-08 18:11:15 +00:00
Improve network error handling and add offline mode

Re-audit: mostly built — timeouts / reachability / scan-offline shipped (WIP 17efb4d, not yet merged to master). Narrow remaining scope: (a) app-wide connectivity banner across all screens —…

gambit-admin commented on issue gambit/gambit#36 2026-07-08 18:11:15 +00:00
Add PSA cert tap to view modal with results

Re-audit: NOT built and NOT superseded by the OCR/scan-modes work. Inline reassurance (cert ID + green check + status badge) partly covers the intent, but the tap-to-modal artifact doesn't exist.…

gambit-admin commented on issue gambit/gambit#98 2026-07-08 18:11:15 +00:00
Investigate and implement on-device OCR for iPhone card scanning

Shipped — closing. On-device OCR is implemented and wired into the live scan flow.

Native module modules/card-ocr/ios/CardOcrModule.swift (Apple Vision VNRecognizeTextRequest .accurate +…