Rebuild Project Matter schema baseline with smoke workflow #3
Labels
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
liang/sales-ai#3
Loading…
Add table
Add a link
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?
Parent
Parent PRD: #2
What to build
Rebuild the disposable prototype database around the confirmed Project Matter model, reset Alembic to a new baseline, and expose a minimal smoke workflow that can create and read a Project, Project Matter, Task, Communication, Document, Review Item, Proposed Change Set, Matter Event, and audit Event through the repo's normal application seams. The slice should prove the new vocabulary and relationships work end to end without preserving old test data.
Acceptance criteria
Blocked by
None - can start immediately
Implemented issue #3.
Summary:
codenamefield in favor oftitle.20260614_0001_project_matter_baseline.pyand archived old active migrations underdb/migrations/archive/pre_project_matter/.codenamereferences totitlein API, seed data, daily log, frontend, and prompt context.Verification:
.venv/bin/pytest -q-> 4 passed.venv/bin/python -m compileall db services tests api ingestors scheduler scripts frontend -q-> passed