Uh oh!
There was an error while loading. Please reload this page.
fix(supported): alias more live-catalog brand typos and fix IGM brand - #110
Merged
jazzstack merged 1 commit intoAug 16, 2026
Merged
Conversation
Audit of the live catalog against the static table surfaced more free-text brand errors that rendered as their own groups: redrasgon, Raser, Logitec/ Logitech G, glorius, thecosmicbyte, Dunevoyger, HSXJ, Razer Basilisk, razer viper 8k, MX Anywhere (model in brand field), 'hyper x pulsefire hastle 2', and ROG. All now fold onto the canonical brand. The static 'IGM IGM-6000' row is corrected to 'ISY IGM-6000' (ISY is the real brand; the catalog already records it). Distinct rendered brands drop 161 -> 115.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Follow-up audit of the live support catalog against the static table found more free-text brand errors that rendered as their own groups: - typos: redrasgon, Raser, Logitec, Logitech G, glorius, thecosmicbyte, Dunevoyger, HSXJ - brand+model pasted into the brand field: Razer Basilisk, razer viper 8k, MX Anywhere 3s/3/2, "hyper x pulsefire hastle 2", ROG - static table fix: "IGM IGM-6000" -> "ISY IGM-6000" (ISY is the real brand; the catalog already uses ISY, and the two now merge) All fold onto the canonical brand name via BRAND_TYPOS / canonicalBrand(). ## Verification - Live catalog: distinct rendered brands drop 161 -> 115; every Redragon-family row renders as Redragon - Model-level near-miss scan found no actionable duplicates (edit-distance hits are distinct real products like G502 vs G305) - npm test: 81 pass - npm run build: clean