MOPC-App/docs/round-redesign-architecture.../mixed-round-design-implemen.../phase-01-schema-runtime-fou.../tasks.md

25 lines
710 B
Markdown
Raw Normal View History

# 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.