Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add needed assembly and render infromation to database #40

Open
julianstirling opened this issue Apr 29, 2024 · 3 comments
Open

Add needed assembly and render infromation to database #40

julianstirling opened this issue Apr 29, 2024 · 3 comments

Comments

@julianstirling
Copy link
Collaborator

For example which type of shelf should be used.

@jmwright
Copy link
Contributor

@ericnitschke Can the following information for the Western Digital Red 3.5" HDD be added to the database? There will probably be another entry like this coming later for SSDs.

{
  "ID": "Western_Digital_Red_HDD",
  "Type": "Storage",
  "Hardware": "Western Digital Red HDD",
  "Brand": "Western Digital",
  "Model": "WD20EFAX",
  "Shelf": "HDD 3.5 Shelf",
  "Rack": "6 in",
  "ShelfId": "hdd35-6",
  "HeightUnits": "2",
  "LengthMm": "147.07 mm",
  "Depth": "101.60 mm",
  "Height": "26.16 mm",
  "PoEIn": "",
  "PoEOut": "",
  "WattageMax": "",
  "EstCostUsd": "$131.00",
  "ProductWebsiteUsd": "",
  "ProductWebsiteEur": "https://www.amazon.de/-/en/Western-Digital-Internal-Hard-Drive/dp/B083XVY99B/ref=sr_1_5",
  "RAM": "",
  "Field19": "",
  "PoEInInputVoltage": "",
  "Voltage": "",
  "Amperage": "",
  "WRTVersion": "",
  "OpenWRTLink": "",
  "Comments": "Part number is for the 2TB version"
}

@ericnitschke
Copy link
Contributor

Definitely. Wondering if we should add a "Storage" field, but it's probably overkill for now.

@jmwright
Copy link
Contributor

@ericnitschke Here is the entry for the WD Blue SSD drive.

{
  "ID": "Western_Digital_Blue_SSD",
  "Type": "Storage",
  "Hardware": "Western Digital Blue SSD",
  "Brand": "Western Digital",
  "Model": "WDS100T3B0A",
  "Shelf": "SSD 2.5 Shelf",
  "Rack": "6 in",
  "ShelfId": "dual-ssd-6",
  "HeightUnits": "2",
  "LengthMm": "100.30 mm",
  "Depth": "69.90 mm",
  "Height": "7.10 mm",
  "PoEIn": "",
  "PoEOut": "",
  "WattageMax": "",
  "EstCostUsd": "$74.49",
  "ProductWebsiteUsd": "",
  "ProductWebsiteEur": "https://www.amazon.de/-/en/Upgrade-Dropbox-Professional-Western-Dashboard/dp/B09ZYQ84CM/ref=sr_1_4",
  "RAM": "",
  "Field19": "",
  "PoEInInputVoltage": "",
  "Voltage": "",
  "Amperage": "",
  "WRTVersion": "",
  "OpenWRTLink": "",
  "Comments": "Part number is for the 1TB version"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants