[t-008] Create page.py models — Page structure + FeedComponent union #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Define the Strawberry GraphQL types for pages, headers, footers, and the FeedComponent union.
References
Reference
Implementation Steps
Implementation Steps
1. Create
src/models/page.pyDefine page structure types:
2. Create
src/models/components.py— component models (SessionCard first, others added later)Start with SessionCard and the FeedComponent union:
Verification Gate
Verification Gate
Run:
And verify the union is defined:
STOP Conditions
STOP Conditions
Depends on: t-005