[Phase 6] Update pre-launch-checklist.md to include VIN Decoder verification steps #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap reference
Phase 6 — Pre-launch: the checklist at
docs/pre-launch-checklist.mdis the final go-live gate.Problem
docs/pre-launch-checklist.mdwas written before VIN Decoder was added as a 4th API (issue #117). It references only the original three APIs (ZIP Enrichment, Holidays, Air Quality) in the Infrastructure, DNS & TLS, and Functional Verification sections. The checklist must be updated to include VIN Decoder so nothing is missed before launch.What to do
Open a PR on
leeworks-agents/api-companyeditingdocs/pre-launch-checklist.md:Infrastructure section — add:
[ ]vin-decoderpodREADY=1/1(kubectl get pods -n vin-decoder)DNS & TLS section — add:
[ ]vin.leeworks.dev→ cluster ingress IP (dig vin.leeworks.dev +short+curl -I https://vin.leeworks.dev)Functional Verification section — add:
[ ]GET /v1/healthreturns HTTP 200 on **vin-decoder** (curl https://vin.leeworks.dev/v1/health)[ ]GET /v1/decode?vin=1HGCM82633A004352returns correct make/model/year data[ ] Request **without**X-RapidAPI-Proxy-Secretreturns HTTP 403 on vin-decoderLegal & Monetisation section — add:
[ ] VIN Decoder listed on RapidAPI with Free + 3 paid tiers (leeworks-agents/api-company#131)[ ]rapidapi-proxy-secretupdated with real RapidAPI value invin-decodernamespace (leeworks-agents/api-company#128)Update the Status page line to reference all four APIs:
status.leeworks.devshows all four APIs as UPAcceptance criteria
docs/pre-launch-checklist.mdincludes VIN Decoder in all four relevant sectionsDependencies
(Reference: ROADMAP.md §Phase 6;
docs/pre-launch-checklist.md)Implemented in PR #137 (merged). Updated docs/pre-launch-checklist.md: added vin-decoder pod check (Infrastructure), vin.leeworks.dev DNS/TLS (8 subdomains now), 3 functional verification items for vin-decoder, VIN Decoder RapidAPI listing and rapidapi-proxy-secret update in Legal section, status page updated to reference all four APIs.