fix: address prelaunch quality audit and signup alerting - #135
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.
This fixes the prelaunch audit across course publication, learner access, assessment retries, creator saves, billing availability, and public copy. Empty or invalid courses fail the shared gate; assessment and lesson effects are scoped and idempotent; draft courses stay outside learner flows. CLI and MCP report actual publication results and preserve brand settings.
The release adds a first-account analytics event for the configured signup email alert, an additive submission receipt migration, a production content audit command, shared creator components, and separate app/site CI coverage. Stripe remains unavailable until its account, prices, and webhook setup are complete.
Validation: 1,455 unit, component, and safety tests passed. 279 browser tests passed against both production Next.js builds with isolated Supabase Auth and PostgreSQL. All builds and type checks passed. The course audit also ran against production: 3,988 confirmed test brands were deactivated, 230 fixture courses and 9 quality failures returned to draft, and all 5 remaining published courses pass the current gate. Backups and exact review records are retained outside the repository.
Railway runs Prisma migrations before startup using the verified production session pooler. The API and migration are live from the reviewed branch. Package versions are shared 0.2.4, CLI 0.2.8, and MCP 0.2.6. Production copy for the five retained brands is updated while preserving domains, themes, assets, and course scope. A controlled signup emitted one production
account_createdevent, repeat provisioning emitted none, billing remained unavailable, and its account, organization, brand, and domain were removed after verification.