taw / magic-search-engine

Search engine for Magic cards
MIT License
45 stars 20 forks source link

Link MTGJSON SealedProduct UUIDs to Decks #247

Closed ZeldaZach closed 11 months ago

ZeldaZach commented 1 year ago

The current file structure of decks_v2 has

    "name": "Bertrand Lestree, Finalist",
    "type": "Pro Tour Deck",
    "set_code": "ptc",
    "set_name": "Pro Tour Collector Set",
    "release_date": "1996-05-01",

I'd like to get a "sealedProductUuids" List[str] that contains the MTGJSON UUIDs for the sealed product(s) that this deck are associated with.

I have a fuzzy match right now with @axxroytovu's Deck Name to yours, but it's not a perfect match. I'd like a way to either match up with Axx's Deck Name field, or you to have the UUIDs. Either approach works.

taw commented 11 months ago

@axxroytovu Is this done on your end?

axxroytovu commented 11 months ago

I believe so. If someone wants to double check, all of the decks that don't have a firm link should be:

taw commented 11 months ago

OK, closing it as done then.