fix: PR-7 - nav rooms (/stylists /book /reviews) + DEPLOY seed step - #7
Merged
Eth-Interchained merged 1 commit intoJul 7, 2026
Merged
Conversation
…LOY seed step Found live on aveda-salon-orlando.com minutes after first deploy: the header nav pointed at three unbuilt routes, which fell through to the SPA shell's not-found. Nav must never point at an unbuilt room. - /stylists: the roster from the seeded team — canonical titles, bios where they exist (registered BEFORE the /:city catch-all) - /book: the conversion surface — tracked CTA row (Phorest/call/text), hours, find-us, inclusions - /reviews: attributed social proof — the Google 4.6/196 as TEXT with a link to the source, tagline quote, zero synthetic schema (never aggregateRating we don't own) - sitemap: the three new surfaces advertised - DEPLOY.md: the missing SEED step (written in PR-4, loader arrived in PR-5) + pnpm/nvm PATH note for the systemd units — both learned from the real first deploy - live suite: every nav destination now asserted to render (the regression net for exactly this class of miss) Verified locally: tsc clean · unit 30/30 · live 4/4 vs nedbd 2.6.1 · portal build clean. Co-Authored-By: Claude Fable 5 <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.
Summary
Live-deploy find: the header nav pointed at
/stylists,/reviews,/book— none built in PR-6 — so they fell through to the SPA shell's not-found. This PR builds all three from data already in the engine, adds them to the sitemap, and closes the DEPLOY.md gaps the first real deploy surfaced.Why this matters
First production feedback loop, same day as first deploy. Also adds the regression net: the live suite now asserts every nav destination renders — this class of miss can't ship again.
What's inside
/stylists— the seeded roster (canonical titles, bios), registered before the/:citycatch-all/book— conversion surface: tracked CTAs, hours, find-us/reviews— attributed Google rating as text + link to source; zero synthetic schemaTests run (locally, real engine)
tscclean · unit 30/30 · live 4/4 vs nedbd 2.6.1 (new: nav-destination assertions, roster/CTA/rating content checks) ·portal buildcleanFollow-up work
/stylists/:slug) when bios/portfolios justify them