v1.2.0 - OCR Implementation and Server-Side TCGPlayer Value fetching #35

Merged
JMTNTBANG merged 1 commit from release into nightly 2025-09-25 18:50:24 -05:00
JMTNTBANG commented 2025-09-25 18:48:23 -05:00 (Migrated from github.com)

v1.2.0-nightly.1 3bc2c9d131 #27

  • Google Vision OCR Implementation

v1.2.0-nightly.2 ba7f8a4a64 #27

  • Close OCR Button was assigned to hide a non-existent div element.
  • Added a redirect for the root endpoint to go to /web

v1.2.0-nightly.3 5a1710fb15 #31 #32 #33

  • Fixed Bug that created cards with invalid data
  • Offloaded Value Fetching to the Server as Client-Side Value Fetching was impacting load times, also fetches prices every 24 hours.
  • Added Database Migration for updating the database tableset on each version change.
  • Moved the OCR Tool to the Right of the Details Table for easy access to OCR Results
  • Updated Version Identifier from v1.1.2 to v1.2.0 as these are now updates for the latter not the former

v1.2.0-nightly.4 eed5f84a9b

  • Bug with Checking Client Sent Values against the Card Class

v1.2.0-nightly.5 369dd1f5d4

  • Now Updates Card Values when a new Card is created or updated, allowing either to have Card Values cached in the Database.

v.1.2.0-nightly.6 e20c39e4d3

  • Optimized Card Value Fetching when dealing with created/updated cards, as there was a delay every time a card was saved because the server was pulling values for all cards every time. So only the card that was created/updated gets their value fetched.
### v1.2.0-nightly.1 3bc2c9d13185c51ca5d89e2eca43c1d38324cf2c #27 - Google Vision OCR Implementation ### v1.2.0-nightly.2 ba7f8a4a64709b0f1883b570099c3ff05568e6b5 #27 - Close OCR Button was assigned to hide a non-existent div element. - Added a redirect for the root endpoint to go to /web ### v1.2.0-nightly.3 5a1710fb15b986ef7265cfca5c2f8a65f135ad03 #31 #32 #33 - Fixed Bug that created cards with invalid data - Offloaded Value Fetching to the Server as Client-Side Value Fetching was impacting load times, also fetches prices every 24 hours. - Added Database Migration for updating the database tableset on each version change. - Moved the OCR Tool to the Right of the Details Table for easy access to OCR Results - Updated Version Identifier from v1.1.2 to v1.2.0 as these are now updates for the latter not the former ### v1.2.0-nightly.4 eed5f84a9bd86d5eae47d9df78caa5831c0051c0 - Bug with Checking Client Sent Values against the Card Class ### v1.2.0-nightly.5 369dd1f5d468a2e475e1f628c2e122ee43843853 - Now Updates Card Values when a new Card is created or updated, allowing either to have Card Values cached in the Database. ### v.1.2.0-nightly.6 e20c39e4d34a3b063f2e74cf529d157c01de651b - Optimized Card Value Fetching when dealing with created/updated cards, as there was a delay every time a card was saved because the server was pulling values for all cards every time. So only the card that was created/updated gets their value fetched.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JMTNTBANG/PokemonTCG-Collector!35
No description provided.