From 4157a5d7462e0c750e8590ba9317a01817641af3 Mon Sep 17 00:00:00 2001 From: Andrew Mackrodt Date: Sun, 4 Oct 2020 19:44:11 +0100 Subject: [PATCH] chore(store): normalize model names (#444) --- src/store/model/adorama.ts | 2 +- src/store/model/amazon-de.ts | 2 +- src/store/model/amazon-nl.ts | 2 +- src/store/model/amazon.ts | 4 ++-- src/store/model/asus.ts | 2 +- src/store/model/bandh.ts | 4 ++-- src/store/model/bestbuy.ts | 2 +- src/store/model/newegg.ts | 2 +- src/store/model/zotac.ts | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/store/model/adorama.ts b/src/store/model/adorama.ts index 91b3d1b..2479080 100644 --- a/src/store/model/adorama.ts +++ b/src/store/model/adorama.ts @@ -72,7 +72,7 @@ export const Adorama: Store = { }, { brand: 'pny', - model: 'xlr8 rbg', + model: 'xlr8 rgb', series: '3080', url: 'https://www.adorama.com/png30801tfxb.html' }, diff --git a/src/store/model/amazon-de.ts b/src/store/model/amazon-de.ts index 62e3922..eed8b99 100644 --- a/src/store/model/amazon-de.ts +++ b/src/store/model/amazon-de.ts @@ -30,7 +30,7 @@ export const AmazonDe: Store = { }, { brand: 'pny', - model: 'xlr8-rgb', + model: 'xlr8 rgb', series: '3080', url: 'https://www.amazon.de/dp/B08HBR7QBM' }, diff --git a/src/store/model/amazon-nl.ts b/src/store/model/amazon-nl.ts index 86619c2..32a1a08 100644 --- a/src/store/model/amazon-nl.ts +++ b/src/store/model/amazon-nl.ts @@ -24,7 +24,7 @@ export const AmazonNl: Store = { }, { brand: 'msi', - model: 'ventus', + model: 'ventus 3x oc', series: '3080', url: 'https://www.amazon.nl/3080-VENTUS-3X-10G-OC/dp/B08HM4M621' }, diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index 2562025..2cc7ec3 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -109,14 +109,14 @@ export const Amazon: Store = { { brand: 'asus', cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J6F174Z&Quantity.1=1', - model: 'strix', + model: 'rog strix oc', series: '3080', url: 'https://www.amazon.com/dp/B08J6F174Z' }, { brand: 'asus', cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J6GMWCQ&Quantity.1=1', - model: 'strix', + model: 'rog strix oc', series: '3090', url: 'https://www.amazon.com/dp/B08J6GMWCQ' }, diff --git a/src/store/model/asus.ts b/src/store/model/asus.ts index 5483af4..fe008d1 100644 --- a/src/store/model/asus.ts +++ b/src/store/model/asus.ts @@ -34,7 +34,7 @@ export const Asus: Store = { }, { brand: 'asus', - model: 'strix oc', + model: 'rog strix oc', series: '3080', url: 'https://store.asus.com/us/item/202009AM290000002/' } diff --git a/src/store/model/bandh.ts b/src/store/model/bandh.ts index 69ec9ec..5d7e5e4 100644 --- a/src/store/model/bandh.ts +++ b/src/store/model/bandh.ts @@ -59,13 +59,13 @@ export const BAndH: Store = { }, { brand: 'msi', - model: 'gaming x trio - duplicate', + model: 'gaming x trio', series: '3080', url: 'https://www.bhphotovideo.com/c/product/1593645-REG/msi_geforce_rtx_3080_gaming.html' }, { brand: 'msi', - model: 'ventus 3x oc - duplicate', + model: 'ventus 3x oc', series: '3080', url: 'https://www.bhphotovideo.com/c/product/1593646-REG/msi_geforce_rtx_3080_ventus.html' }, diff --git a/src/store/model/bestbuy.ts b/src/store/model/bestbuy.ts index 4a57e1a..2f2ee5e 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -84,7 +84,7 @@ export const BestBuy: Store = { { brand: 'gigabyte', cartUrl: 'https://api.bestbuy.com/click/-/6436219/cart', - model: 'vision', + model: 'vision oc', series: '3080', url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-white/6436219.p?skuId=6436219&intl=nosplash' }, diff --git a/src/store/model/newegg.ts b/src/store/model/newegg.ts index d1871d5..1e8fbcd 100644 --- a/src/store/model/newegg.ts +++ b/src/store/model/newegg.ts @@ -194,7 +194,7 @@ export const Newegg: Store = { { brand: 'evga', cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814487524', - model: 'xc3 ultra gaming', + model: 'xc3 ultra', series: '3090', url: 'https://www.newegg.com/evga-geforce-rtx-3090-24g-p5-3975-kr/p/N82E16814487524' }, diff --git a/src/store/model/zotac.ts b/src/store/model/zotac.ts index 1123140..4844734 100644 --- a/src/store/model/zotac.ts +++ b/src/store/model/zotac.ts @@ -27,7 +27,7 @@ export const Zotac: Store = { }, { brand: 'zotac', - model: 'trinity OC', + model: 'trinity oc', series: '3080', url: 'https://store.zotac.com/zotac-gaming-geforce-rtx-3080-trinity-oc-zt-a30800j-10p' },