Add indexable POTA activation pages backed by Neon - #22
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Adds public POTA activation pages backed by Neon Postgres. Each QR opens a complete server-rendered HTML/CSS summary with an SVG contact map, activation statistics, and every contact in a semantic table. The content is readable without JavaScript; a hidden canvas only generates the optional social-sharing PNG.
Validation: 11 tests pass, including Postgres SQL through PGlite, migration reruns, duplicate snapshots, rate-limit expiry, initial HTML content and full log, escaping, canonical metadata, error statuses and sitemap pagination. Website build passes. Tests are now included in CI. Vercel preview deployment, CI and Lighthouse checks pass on commit 3e71b7f. The deployed /activation route was verified to return HTML 404/noindex for invalid IDs and HTML 503/noindex with Retry-After when Neon is unconfigured.
Before launch: configure DATABASE_URL, run npm run db:migrate against Neon, deploy the website before the Android release, and verify a real share and QR scan on separate devices. No live Neon connection or real-device end-to-end test has been performed. The summary interface is currently English.
Companion Android PR: patrickrb/FT8AF#802