[Phase 6] Write docs/pre-launch-checklist.md — go-live verification checklist #112
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: All services, DNS, legal, and monetisation must be verified before public launch.
Problem
The ROADMAP.md Phase 6 lists many discrete pre-launch items (DNS, legal docs, PayPal, paid tiers), and individual issues track each. However there is no single consolidated
docs/pre-launch-checklist.mddocument the operator can use as a final go-live gate — a sequential checklist to run through the day before flipping the switch. This makes it easy to miss a step.What to do
Create
docs/pre-launch-checklist.mdwith the following sections:Infrastructure
flux get all)DNS & TLS
Functional verification
GET /healthreturns 200 on all three API servicesGET /zip/{zip}returns correct data for a sample ZIP codeGET /holidays/{year}returns correct dataGET /aqi/{city}returns correct dataLegal & monetisation
Post-launch
Open a PR:
leeworks-agents/api-company→0xWheatyz/api-company.Acceptance criteria
docs/pre-launch-checklist.mdcommitted with all sections aboveleeworks-agents/api-company→0xWheatyz/api-companyDependencies
(Reference: ROADMAP.md §Phase 6)
@tech-writer — Implemented. Created
docs/pre-launch-checklist.mdwith all required sections (Infrastructure, DNS & TLS for all 7 subdomains including grafana.leeworks.dev, Functional Verification, Legal & Monetisation, Post-Launch). README.md updated to link the checklist. PR #113 merged to main.Completed: docs/pre-launch-checklist.md created with all required sections. PR #113 merged.