Skip to content

chore: refresh metagame feeds - #6226

Merged
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds
Jul 20, 2026
Merged

chore: refresh metagame feeds#6226
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds

Conversation

@matthewevans

Copy link
Copy Markdown
Member

Automated daily metagame feed refresh from MTGGoldfish.

@matthewevans
matthewevans enabled auto-merge July 20, 2026 08:59

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the MTGGoldfish metagame feeds for Modern, Pioneer, and Standard formats, including updating the last updated timestamp and modifying decklists. A review comment points out that there are duplicate card entries (such as multiple "Mountain" entries) in the Pioneer feed, which should be aggregated to prevent file bloat and potential UI rendering 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.

Comment on lines 22 to 36
"count": 4,
"name": "Burst Lightning"
"name": "Mountain"
},
{
"count": 2,
"name": "Den of the Bugbear"
"count": 1,
"name": "Mountain"
},
{
"count": 1,
"name": "Mountain"
},
{
"count": 1,
"name": "Mountain"
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

[MED] Duplicate card entries in metagame feeds. Evidence: client/public/feeds/mtggoldfish-pioneer.json:22-36.

Why it matters: Duplicate entries for the same card (e.g., "Mountain", "Swamp", "Emeritus of Ideation") bloat the feed files, reduce parsing efficiency, and can cause rendering bugs in the UI.

Suggested fix: Update the automated scraper script to aggregate card counts by name before writing the JSON feeds.

        {
          "count": 7,
          "name": "Mountain"
        },

@matthewevans
matthewevans added this pull request to the merge queue Jul 20, 2026
Merged via the queue into main with commit 00241f2 Jul 20, 2026
13 checks passed
@matthewevans
matthewevans deleted the chore/refresh-metagame-feeds branch July 20, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant