feat(v1.42): plan Site Polish + Legal Footing, ship About page#36
Merged
Conversation
Plans v1.42 as the natural follow-on to v1.4 — adds the site pages deferred during monetization launch that v1.45 (Apple App Store) will require anyway. Slot between v1.41 (Maestro E2E) and v1.45 in the timeline. Roadmap entry covers all 8 features (About, Privacy, Terms, footer, contact, Stripe profile config, Customer Portal links, Apple URL prep) with architecture decisions on generator-driven legal text and deferred cookie banner. Ships About page (/about) as the first slice. Matches Pricing page voice — honest, direct, no marketing puffery. Six sections cover what Campable does, why it exists, who built it, how it's funded, where data comes from, and what's coming. Roughly 60-second read targeting fence- sitters on /pricing. Files - docs/ROADMAP.md: v1.42 timeline summary line + full milestone entry - docs/roadmap.html: regenerated with v1.42 visible (36 milestones, 29 shipped, 81% complete; About marked 1/8 in progress) - web/src/pages/About.tsx: new component, ~120 lines content - web/src/App.tsx: lazy-loaded /about route - web/src/App.css: .about-page styles (narrower 720px container than pricing's grid layout — text-heavy pages read better at ~65ch) Verification - TypeScript clean - 203 frontend tests pass - Production build clean (About chunk lazy-loaded, ~2 kB gzipped est.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plans v1.42 milestone (full entry in ROADMAP.md) and ships the first slice — the About page at /about. Matches Pricing voice, narrower container for text-heavy reading.
🤖 Generated with Claude Code