chore: refresh metagame feeds#6083
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the MTGGoldfish metagame feeds for Modern, Pioneer, and Standard formats, modifying deck lists, reordering colors, and updating timestamps. Feedback highlights a duplicate card entry for "Quantum Riddler" in the "Jeskai Energy" deck list within the Modern feed, which should be combined to prevent display and count issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| { | ||
| "count": 2, | ||
| "name": "Ragavan, Nimble Pilferer" | ||
| "name": "Quantum Riddler" | ||
| }, | ||
| { | ||
| "count": 4, | ||
| "name": "Solitude" | ||
| "count": 3, | ||
| "name": "Casey Jones, Vigilante" | ||
| }, | ||
| { | ||
| "count": 2, | ||
| "name": "Quantum Riddler" | ||
| } |
There was a problem hiding this comment.
[MEDIUM] Duplicate card entry in deck list. Evidence:
client/public/feeds/mtggoldfish-modern.json:1375-1386.
Why it matters: Duplicate entries for the same card in a deck list can cause display issues in the UI and incorrect card count calculations.
Suggested fix: Combine the duplicate "Quantum Riddler" entries into a single entry with a count of 4.
{
"count": 4,
"name": "Quantum Riddler"
},
{
"count": 3,
"name": "Casey Jones, Vigilante"
}
Automated daily metagame feed refresh from MTGGoldfish.