Skip to content

Add Titan Rail SKU lookup table matching live sheet catalogue#11

Open
e1isev wants to merge 1 commit into
mainfrom
claude/fix-titan-rail-sku-DhkVp
Open

Add Titan Rail SKU lookup table matching live sheet catalogue#11
e1isev wants to merge 1 commit into
mainfrom
claude/fix-titan-rail-sku-DhkVp

Conversation

@e1isev
Copy link
Copy Markdown
Owner

@e1isev e1isev commented May 13, 2026

Summary

  • Adds TitanRailSkus.gs with all 21 Titan Rail / Titan Wire products (name, UUID, SKU) matching the live sheet catalogue
  • Provides getTitanRailBySku(sku) — exact SKU lookup (case-insensitive), returns {name, uuid, sku} or null
  • Provides searchTitanRailByName(term) — partial name search, returns matching entries

Test plan

  • Call getTitanRailBySku('TRRAILBK100m') — should return the Black 100m rail entry
  • Call getTitanRailBySku('trbklebk') — should match case-insensitively
  • Call getTitanRailBySku('INVALID') — should return null
  • Call searchTitanRailByName('White') — should return all white-variant products
  • Verify all 21 SKUs are present and match the live sheet

https://claude.ai/code/session_01BYcGQM1kjkhCPfPJ1kspB2


Generated by Claude Code

Introduces TitanRailSkus.gs with all 21 Titan Rail / Titan Wire products
(name, UUID, SKU) sourced from the live sheet, plus getTitanRailBySku()
and searchTitanRailByName() helper functions.

https://claude.ai/code/session_01BYcGQM1kjkhCPfPJ1kspB2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants