[t-014] Create workspace.py models — FileNode + FileContent #14
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 / Pydantic models for workspace files.
References
Reference
Implementation Steps
Implementation Steps
1. Create
src/models/workspace.pyCreate workspace file model:
2. Add FileRow to
src/models/components.py(append)Update the components.py file to include FileRow in the FeedComponent union:
Verification Gate
Verification Gate
Run:
And verify FileRow is in the union:
STOP Conditions
STOP Conditions
Depends on: t-008