Skip to content

Commit

Permalink
fix(store): update missing/mislabeled cards for Canadian retailers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonytam committed Jan 3, 2021
1 parent ad5bd55 commit 082776c
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 92 deletions.
48 changes: 38 additions & 10 deletions src/store/model/bestbuy-ca.ts
Expand Up @@ -18,7 +18,7 @@ export const BestBuyCa: Store = {
model: 'test:model',
series: 'test:series',
url:
'https://www.bestbuy.ca/en-ca/product/zotac-nvidia-geforce-gtx-1660-super-twin-fan-6gb-gddr6-video-card/14415897'
'https://www.bestbuy.ca/en-ca/product/google-nest-hello-wi-fi-video-doorbell-black-white/12222651'
},
{
brand: 'msi',
Expand All @@ -41,13 +41,6 @@ export const BestBuyCa: Store = {
url:
'https://www.bestbuy.ca/en-ca/product/zotac-geforce-rtx-3060-ti-twin-edge-oc-8gb-gddr6-video-card/15178452?intl=nosplash'
},
{
brand: 'zotac',
model: 'twin edge',
series: '3060ti',
url:
'https://www.bestbuy.ca/en-ca/product/zotac-geforce-rtx-3060-ti-twin-edge-8gb-gddr6-video-card/15178583?intl=nosplash'
},
{
brand: 'evga',
model: 'ftw3 ultra',
Expand All @@ -62,6 +55,13 @@ export const BestBuyCa: Store = {
url:
'https://www.bestbuy.ca/en-ca/product/zotac-geforce-rtx-3080-trinity-10gb-gddr6x-video-card/14953249?intl=nosplash'
},
{
brand: 'zotac',
model: 'trinity oc',
series: '3080',
url:
'https://www.bestbuy.ca/en-ca/product/zotac-nvidia-geforce-rtx-3080-trinity-oc-10gb-gddr6x-video-card/15000077?intl=nosplash'
},
{
brand: 'msi',
model: 'ventus 3x',
Expand All @@ -76,6 +76,13 @@ export const BestBuyCa: Store = {
url:
'https://www.bestbuy.ca/en-ca/product/evga-geforce-rtx-3080-xc3-ultra-gaming-10gb-gddr6x-video-card/15084753?intl=nosplash'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3080',
url:
'https://www.bestbuy.ca/en-ca/product/evga-geforce-rtx-3080-xc3-ultra-gaming-10gb-gddr6x-video-card-english/14961449?intl=nosplash'
},
{
brand: 'asus',
model: 'tuf',
Expand Down Expand Up @@ -113,14 +120,21 @@ export const BestBuyCa: Store = {
},
{
brand: 'msi',
model: 'ventus 3x',
model: 'ventus 3x oc',
series: '3090',
url:
'https://www.bestbuy.ca/en-ca/product/msi-nvidia-geforce-rtx-3090-ventus-3x-oc-24gb-gddr6x-video-card/14966477?intl=nosplash'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3090',
url:
'https://www.bestbuy.ca/en-ca/product/evga-nvidia-geforce-rtx-3090-xc3-ultra-gaming-24gb-gddr6x-video-card/14967857?intl=nosplash'
},
{
brand: 'msi',
model: 'ventus 3x',
model: 'ventus 3x oc',
series: '3070',
url:
'https://www.bestbuy.ca/en-ca/product/msi-nvidia-geforce-rtx-3070-ventus-3x-oc-8gb-gddr6x-video-card/15038016?intl=nosplash'
Expand All @@ -146,6 +160,20 @@ export const BestBuyCa: Store = {
url:
'https://www.bestbuy.ca/en-ca/product/nvidia-geforce-rtx-3070-8gb-gddr6-video-card-only-at-best-buy/15078017?intl=nosplash'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3070',
url:
'https://www.bestbuy.ca/en-ca/product/evga-geforce-rtx-3070-xc3-ultra-8gb-gddr6-video-card/15147122?intl=nosplash'
},
{
brand: 'evga',
model: 'xc3 black',
series: '3070',
url:
'https://www.bestbuy.ca/en-ca/product/evga-geforce-rtx-3070-xc3-black-8gb-gddr6-video-card/15081879?intl=nosplash'
},
{
brand: 'sony',
model: 'ps5 console',
Expand Down

0 comments on commit 082776c

Please sign in to comment.