Skip to content

Commit

Permalink
Reducing products to pass drone test
Browse files Browse the repository at this point in the history
  • Loading branch information
LrDevEng committed Oct 16, 2024
1 parent e2aee05 commit 3fcf6bf
Showing 1 changed file with 112 additions and 112 deletions.
224 changes: 112 additions & 112 deletions migrations/00001-insertProducts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,70 +33,70 @@ const products = [
description: fakeDescriptionMicrocontroller,
imgName: 'arduino-nano-33-iot.jpg',
},
{
id: 3,
name: 'Arduino Uno R4 WiFi',
type: productType.microcontroller,
price: 2461,
description: fakeDescriptionMicrocontroller,
imgName: 'arduino-uno-r4-wifi.jpg',
},
{
id: 4,
name: 'Arduino Uno Rev3',
type: productType.microcontroller,
price: 2037,
description: fakeDescriptionMicrocontroller,
imgName: 'arduino-uno-rev3.jpg',
},
{
id: 5,
name: 'Bluefruit LE Usb Sniffer nRF51822-v2',
type: productType.microcontroller,
price: 2790,
description: fakeDescriptionMicrocontroller,
imgName: 'bluefruit-le-usb-sniffer-nrf51822-v2.jpg',
},
{
id: 6,
name: 'Nordic Semiconductor nRF52840',
type: productType.microcontroller,
price: 1690,
description: fakeDescriptionMicrocontroller,
imgName: 'nordic-semiconductor-nrf52840.jpg',
},
{
id: 7,
name: 'Sparkfun Thing Plus ESP32 WROOM',
type: productType.microcontroller,
price: 2380,
description: fakeDescriptionMicrocontroller,
imgName: 'sparkfun-thing-plus-esp32-wroom.jpg',
},
{
id: 8,
name: 'Raspberry Pi Pico WH RP2040',
type: productType.microcontroller,
price: 726,
description: fakeDescriptionMicrocontroller,
imgName: 'raspberry-pi-pico-wh-rp2040.jpg',
},
{
id: 9,
name: 'Waveshare ESP32 C6 WROOM-1-N8',
type: productType.microcontroller,
price: 958,
description: fakeDescriptionMicrocontroller,
imgName: 'waveshare-esp32-c6-wroom-1-n8.jpg',
},
{
id: 10,
name: 'Waveshare ESP32 S3 Nano',
type: productType.microcontroller,
price: 998,
description: fakeDescriptionMicrocontroller,
imgName: 'waveshare-esp32-s3-nano.jpg',
},
// {
// id: 3,
// name: 'Arduino Uno R4 WiFi',
// type: productType.microcontroller,
// price: 2461,
// description: fakeDescriptionMicrocontroller,
// imgName: 'arduino-uno-r4-wifi.jpg',
// },
// {
// id: 4,
// name: 'Arduino Uno Rev3',
// type: productType.microcontroller,
// price: 2037,
// description: fakeDescriptionMicrocontroller,
// imgName: 'arduino-uno-rev3.jpg',
// },
// {
// id: 5,
// name: 'Bluefruit LE Usb Sniffer nRF51822-v2',
// type: productType.microcontroller,
// price: 2790,
// description: fakeDescriptionMicrocontroller,
// imgName: 'bluefruit-le-usb-sniffer-nrf51822-v2.jpg',
// },
// {
// id: 6,
// name: 'Nordic Semiconductor nRF52840',
// type: productType.microcontroller,
// price: 1690,
// description: fakeDescriptionMicrocontroller,
// imgName: 'nordic-semiconductor-nrf52840.jpg',
// },
// {
// id: 7,
// name: 'Sparkfun Thing Plus ESP32 WROOM',
// type: productType.microcontroller,
// price: 2380,
// description: fakeDescriptionMicrocontroller,
// imgName: 'sparkfun-thing-plus-esp32-wroom.jpg',
// },
// {
// id: 8,
// name: 'Raspberry Pi Pico WH RP2040',
// type: productType.microcontroller,
// price: 726,
// description: fakeDescriptionMicrocontroller,
// imgName: 'raspberry-pi-pico-wh-rp2040.jpg',
// },
// {
// id: 9,
// name: 'Waveshare ESP32 C6 WROOM-1-N8',
// type: productType.microcontroller,
// price: 958,
// description: fakeDescriptionMicrocontroller,
// imgName: 'waveshare-esp32-c6-wroom-1-n8.jpg',
// },
// {
// id: 10,
// name: 'Waveshare ESP32 S3 Nano',
// type: productType.microcontroller,
// price: 998,
// description: fakeDescriptionMicrocontroller,
// imgName: 'waveshare-esp32-s3-nano.jpg',
// },
{
id: 11,
name: 'iL Eurojoystick Red',
Expand All @@ -113,30 +113,30 @@ const products = [
description: fakeDescriptionJoystick,
imgName: 'paradise-black-top.webp',
},
{
id: 13,
name: 'Sanwa JLFD-TP-8YD',
type: productType.joystick,
price: 1567,
description: fakeDescriptionJoystick,
imgName: 'sanwa-jlfd-tp-8yd.webp',
},
{
id: 14,
name: 'Crown CWL-309FJ-DX',
type: productType.joystick,
price: 2769,
description: fakeDescriptionJoystick,
imgName: 'crown-cwl-309fj-dx.webp',
},
{
id: 15,
name: 'Seimitsu LS-58',
type: productType.joystick,
price: 2030,
description: fakeDescriptionJoystick,
imgName: 'seimitsu-ls-58.webp',
},
// {
// id: 13,
// name: 'Sanwa JLFD-TP-8YD',
// type: productType.joystick,
// price: 1567,
// description: fakeDescriptionJoystick,
// imgName: 'sanwa-jlfd-tp-8yd.webp',
// },
// {
// id: 14,
// name: 'Crown CWL-309FJ-DX',
// type: productType.joystick,
// price: 2769,
// description: fakeDescriptionJoystick,
// imgName: 'crown-cwl-309fj-dx.webp',
// },
// {
// id: 15,
// name: 'Seimitsu LS-58',
// type: productType.joystick,
// price: 2030,
// description: fakeDescriptionJoystick,
// imgName: 'seimitsu-ls-58.webp',
// },
{
id: 16,
name: 'Sanwa OBSF-30 Snap-in',
Expand All @@ -153,30 +153,30 @@ const products = [
description: fakeDescriptionButton,
imgName: 'il-psl-l-concave.webp',
},
{
id: 18,
name: 'SAMDUCKSA SDB-202M Cherry',
type: productType.button,
price: 550,
description: fakeDescriptionButton,
imgName: 'samducksa-sdb-202m-cherry.webp',
},
{
id: 19,
name: 'OBS-MX Switch',
type: productType.button,
price: 231,
description: fakeDescriptionButton,
imgName: 'obs-mx-switch.webp',
},
{
id: 20,
name: 'Paradise LED Button',
type: productType.button,
price: 176,
description: fakeDescriptionButton,
imgName: 'paradise-led-button.webp',
},
// {
// id: 18,
// name: 'SAMDUCKSA SDB-202M Cherry',
// type: productType.button,
// price: 550,
// description: fakeDescriptionButton,
// imgName: 'samducksa-sdb-202m-cherry.webp',
// },
// {
// id: 19,
// name: 'OBS-MX Switch',
// type: productType.button,
// price: 231,
// description: fakeDescriptionButton,
// imgName: 'obs-mx-switch.webp',
// },
// {
// id: 20,
// name: 'Paradise LED Button',
// type: productType.button,
// price: 176,
// description: fakeDescriptionButton,
// imgName: 'paradise-led-button.webp',
// },
];

export async function up(sql: Sql) {
Expand Down

0 comments on commit 3fcf6bf

Please # to comment.