Files
Matt b5425e705e
All checks were successful
Build and Push Docker Image / build (push) Successful in 10m33s
Apply full refactor updates plus pipeline/email UX confirmations
2026-02-14 15:26:42 +01:00

25 lines
734 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.