From 1bc721bb6228f67b4e355251d3d33a570d5e4998 Mon Sep 17 00:00:00 2001 From: jaw20 Date: Thu, 3 Dec 2020 13:17:16 -0500 Subject: [PATCH 1/3] chore(amazon): adds most available AIB cards to amazon.ts This fully addresses #1098 with the AIB cards for Big Navi that are on amazon getting added in. (At least the ones I could find.) --- src/store/model/amazon.ts | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index a36ca51a4e..43ad0d74e7 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -446,6 +446,30 @@ export const Amazon: Store = { series: 'rx6800xt', url: 'https://www.amazon.com/dp/B08MVC76SR' }, + { + brand: 'sapphire', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXXT7WN&Quantity.1=1', + model: 'nitro+', + series: 'rx6800xt', + url: 'https://www.amazon.com/dp/B08NXXT7WN' + }, + { + brand: 'sapphire', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYNLMR&Quantity.1=1', + model: 'pulse', + series: 'rx6800xt', + url: 'https://www.amazon.com/dp/B08NXYNLMR' + }, + { + brand: 'sapphire', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXVNMPQ&Quantity.1=1', + model: 'nitro+', + series: 'rx6800xt', + url: 'https://www.amazon.com/dp/B08NXVNMPQ' + }, { brand: 'xfx', cartUrl: @@ -454,6 +478,30 @@ export const Amazon: Store = { series: 'rx6800xt', url: 'https://www.amazon.com/dp/B08N6ZLX9B' }, + { + brand: 'xfx', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NX14LV1&Quantity.1=1', + model: 'merc', + series: 'rx6800xt', + url: 'https://www.amazon.com/dp/B08NX14LV1' + }, + { + brand: 'xfx', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NN76VJD&Quantity.1=1', + model: 'amd reference', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08NN76VJD' + }, + { + brand: 'xfx', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P5YFZCY&Quantity.1=1', + model: 'merc', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08P5YFZCY' + }, { brand: 'powercolor', cartUrl: @@ -470,6 +518,46 @@ export const Amazon: Store = { series: 'rx6800', url: 'https://www.amazon.com/dp/B08MVCLBWK' }, + { + brand: 'sapphire', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXZSPMY&Quantity.1=1', + model: 'nitro+', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08NXZSPMY' + }, + { + brand: 'sapphire', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NXYBVDB&Quantity.1=1', + model: 'pulse', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08NXYBVDB' + }, + { + brand: 'asus', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWJ29NB&Quantity.1=1', + model: 'strix oc', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08NWJ29NB' + }, + { + brand: 'asus', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08P3YT3MY&Quantity.1=1', + model: 'tuf oc', + series: 'rx6800', + url: 'https://www.amazon.com/dp/B08P3YT3MY' + }, + { + brand: 'asus', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NWHKGS9&Quantity.1=1', + model: 'strix lc', + series: 'rx6800xt', + url: 'https://www.amazon.com/dp/B08NWHKGS9' + }, { brand: 'sony', cartUrl: From dbad7ccb8d33b025f6fbcdd5a4c7ddadf0dc1d32 Mon Sep 17 00:00:00 2001 From: jaw20 Date: Thu, 3 Dec 2020 13:19:59 -0500 Subject: [PATCH 2/3] fix(store): adds missing AIB model --- src/store/model/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/model/store.ts b/src/store/model/store.ts index 7376dcaeee..f73d99e10a 100644 --- a/src/store/model/store.ts +++ b/src/store/model/store.ts @@ -94,6 +94,7 @@ export type Model = | 'phoenix' | 'ps5 console' | 'ps5 digital' + | 'pulse' | 'red devil' | 'sg oc' | 'sg' From cf8d0854911d168e22c78e7ac0ed13f9b4e4f77f Mon Sep 17 00:00:00 2001 From: jaw20 Date: Thu, 3 Dec 2020 13:21:55 -0500 Subject: [PATCH 3/3] fix(store): rx6800 reporting as rx6800xt in bestbuy --- src/store/model/bestbuy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/bestbuy.ts b/src/store/model/bestbuy.ts index 87ca60e68d..d513e92622 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -388,7 +388,7 @@ export const BestBuy: Store = { { brand: 'msi', model: 'amd reference', - series: 'rx6800xt', + series: 'rx6800', url: 'https://www.bestbuy.com/site/msi-radeon-rx-6800-16g-16gb-gddr6-pci-express-4-0-graphics-card-black-black/6441020.p?skuId=6441020' },