From ae90412170a38bc88ff09cb5e00cbfc4db4a7182 Mon Sep 17 00:00:00 2001 From: sovanna Date: Thu, 5 Mar 2020 11:26:03 +0900 Subject: [PATCH] feat(issue10): Adds MCX-IDC and SMA-IDC --- static/images/shop/graphic-03_MCX-IDC.svg | 404 ++++++++++++++++++++++ static/images/shop/graphic-03_SMA-IDC.svg | 349 +++++++++++++++++++ static/js/shop_data.js | 60 ++++ 3 files changed, 813 insertions(+) create mode 100644 static/images/shop/graphic-03_MCX-IDC.svg create mode 100644 static/images/shop/graphic-03_SMA-IDC.svg diff --git a/static/images/shop/graphic-03_MCX-IDC.svg b/static/images/shop/graphic-03_MCX-IDC.svg new file mode 100644 index 0000000..a15f52e --- /dev/null +++ b/static/images/shop/graphic-03_MCX-IDC.svg @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/shop/graphic-03_SMA-IDC.svg b/static/images/shop/graphic-03_SMA-IDC.svg new file mode 100644 index 0000000..c6bfb60 --- /dev/null +++ b/static/images/shop/graphic-03_SMA-IDC.svg @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/js/shop_data.js b/static/js/shop_data.js index f484c2b..f5c659b 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -359,6 +359,64 @@ const shop_data = { } }, }, + 'idc-sma-adapter': { + id: 'idc-sma-adapter', + name: 'SMA-IDC', + name_number: '5528', + name_codename: '', + price: 160, + image: '/shop/graphic-03_SMA-IDC.svg', + specs: [ + 'Breaks out analog signals from Zotino or HD68-IDC to SMA connectors.', + 'Each card provides 8 channels.', + 'Breaking out all 32 channels from a Zotino requires 4 SMA-IDC cards.' + ], + size: 'big', + type: 'idc-bnc', + hp: 4, + nbrSlotMin: 0, + nbrSlotMax: 0, + nbrClockMax: 0, + slotOccupied: 1, + clockOccupied: 0, + rules: { + wrong: { + type: 'idc-sma', + icon: '/shop/icon-warning.svg', + name: 'SMA-IDC', + message: 'Should be after a Zotino or a HD68-IDC or with another SMA-IDC.', + } + }, + }, + 'idc-mcx-adapter': { + id: 'idc-mcx-adapter', + name: 'MCX-IDC', + name_number: '5528', + name_codename: '', + price: 160, + image: '/shop/graphic-03_MCX-IDC.svg', + specs: [ + 'Breaks out analog signals from Zotino or HD68-IDC to SMA connectors.', + 'Each card provides 8 channels.', + 'Breaking out all 32 channels from a Zotino requires 4 MCX-IDC cards.' + ], + size: 'big', + type: 'idc-bnc', + hp: 8, + nbrSlotMin: 0, + nbrSlotMax: 0, + nbrClockMax: 0, + slotOccupied: 1, + clockOccupied: 0, + rules: { + wrong: { + type: 'idc-mcx', + icon: '/shop/icon-warning.svg', + name: 'MCX-IDC', + message: 'Should be after a Zotino or a HD68-IDC or with another MCX-IDC.', + } + }, + }, 'hd68-idc-adapter': { id:'hd68-idc-adapter', name: 'HD68-IDC', @@ -589,6 +647,8 @@ const shop_data = { 'mirny', 'zotino', 'idc-bnc-adapter', + 'idc-sma-adapter', + 'idc-mcx-adapter', 'hd68-idc-adapter', 'novo', 'koster',