25 lines
710 B
Markdown
25 lines
710 B
Markdown
# Phase 01 Tasks
|
|
|
|
## Schema Build
|
|
|
|
- [ ] Implement canonical entities and enums in `prisma/schema.prisma`.
|
|
- [ ] Add required constraints and indexes.
|
|
- [ ] Remove or isolate legacy-only orchestration semantics from canonical paths.
|
|
|
|
## Seed and Fixtures
|
|
|
|
- [ ] Implement reseed script with realistic data volumes and edge cases.
|
|
- [ ] Include parallel, exclusive, and post-main award routing seed examples.
|
|
- [ ] Include live cohort seed data.
|
|
|
|
## Verification
|
|
|
|
- [ ] Implement integrity SQL scripts.
|
|
- [ ] Implement automated verification command wrapper.
|
|
- [ ] Record baseline output and attach to gate evidence.
|
|
|
|
## Documentation
|
|
|
|
- [ ] Update schema change notes.
|
|
- [ ] Document reset/reseed assumptions.
|