chore(store): normalize model

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-23 14:41:27 -04:00
parent c78d9a98ba
commit 257dd0e615
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const page = {
const store = {
country: process.env.COUNTRY ?? 'usa',
showOnlyBrands: process.env.SHOW_ONLY_BRANDS ? process.env.SHOW_ONLY_BRANDS.split(',') : [],
showOnlySeries: process.env.SHOW_ONLY_SERIES ? process.env.SHOW_ONLY_SERIES.split(',') : ['3070', '3080', '3090'],
showOnlySeries: process.env.SHOW_ONLY_SERIES ? process.env.SHOW_ONLY_SERIES.split(',') : [],
stores: process.env.STORES ? process.env.STORES.split(',') : ['nvidia']
};
+1 -1
View File
@@ -10,7 +10,7 @@ export const Adorama: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.adorama.com/ev08gp43067k.html'
},
+1 -1
View File
@@ -14,7 +14,7 @@ export const AmazonCa: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.ca/dp/B07PBLD2MX'
},
+1 -1
View File
@@ -14,7 +14,7 @@ export const Amazon: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const Asus: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://store.asus.com/us/item/202003AM280000002/'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const BAndH: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.bhphotovideo.com/c/product/1452927-REG/evga_06g_p4_2063_kr_geforce_rtx_2060_xc.html'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const BestBuyCa: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.bestbuy.ca/en-ca/product/msi-nvidia-geforce-rtx-2060-super-gaming-x-8gb-gddr6-video-card/14419420?intl=nosplash'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const BestBuy: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.bestbuy.com/site/nvidia-geforce-rtx-2060-super-8gb-gddr6-pci-express-graphics-card-black-silver/6361329.p?skuId=6361329&intl=nosplash'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const Evga: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.evga.com/products/product.aspx?pn=06G-P4-2065-KR'
},
+1 -1
View File
@@ -136,7 +136,7 @@ export function generateLinks(): Link[] {
if (fe2060SuperId) {
links.push({
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
openCartAction: generateOpenCartAction(fe2060SuperId, nvidiaLocale, drLocale, 'TEST CARD debug'),
series: 'test:series',
url: digitalRiverStockUrl(fe2060SuperId, drLocale)
+1 -1
View File
@@ -10,7 +10,7 @@ export const MicroCenter: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.microcenter.com/product/618433/evga-geforce-rtx-2060-ko-ultra-overclocked-dual-fan-6gb-gddr6-pcie-30-graphics-card'
},
+1 -1
View File
@@ -14,7 +14,7 @@ export const NewEggCa: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.newegg.ca/evga-geforce-rtx-2060-06g-p4-2066-kr/p/N82E16814487488'
},
+1 -1
View File
@@ -14,7 +14,7 @@ export const NewEgg: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.newegg.com/evga-geforce-rtx-2060-06g-p4-2066-kr/p/N82E16814487488'
},
+1 -1
View File
@@ -14,7 +14,7 @@ export const OfficeDepot: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://www.officedepot.com/a/products/4652239/EVGA-GeForce-RTX-2060-Graphic-Card/'
},
+1 -1
View File
@@ -10,7 +10,7 @@ export const Zotac: Store = {
links: [
{
brand: 'test:brand',
model: 'CARD',
model: 'test:model',
series: 'test:series',
url: 'https://store.zotac.com/zotac-gaming-geforce-rtx-2060-twin-fan-zt-t20600f-10m'
},