docs(adr-0034) + test(e2e): record-page authoring via Studio (#1541)#1575
Merged
Conversation
Amend ADR-0034 documenting that record pages join the per-item /meta draft→publish→version model via Studio (seam 'page' + create object/type/kind + createSeed-from-default + PagePreview + publish + usePageAssignment render); the runtime end-user entry stays deferred. Add a live e2e: creating a record page bound to showcase_invoice in Studio persists type=record + object + regions seeded from buildDefaultPageSchema (record:highlights etc.), not blank. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
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.
What
Closes out the B1 / #1541 work with docs + a live e2e:
pagenow joins the per-item/metadraft→publish→version model via Studio (seam'page'feat(app-shell): extend runtime persistence seam to record 'page' (#1541) #1571 · create object/type/kind feat(studio): page create form binds object + page type + kind (#1541) #1572 ·createSeed-from-default feat(studio): seed a new record page from the object's default detail page (#1541) #1574 ·PagePreviewedit + publish ·usePageAssignmentrender). The runtime end-user "design this page" entry stays intentionally deferred.studio-record-page.spec.ts) — creating a record page bound toshowcase_invoicein Studio persiststype: record+object+ regions seeded frombuildDefaultPageSchema(record:highlightsetc.), not blank.Verification
This completes the Studio authoring path for record pages: create (bound + seeded from the default) → design in PagePreview → publish → renders on records — no
sys_pagetable, no runtime editor.🤖 Generated with Claude Code