# Dependency Refit Map ```mermaid flowchart LR A[Schema Contracts] --> B[Router Refit] A --> C[Service Refit] B --> D[Admin UI Refit] B --> E[Jury/Applicant/Public Refit] C --> E D --> F[Reporting/Exports] E --> F F --> G[Integration Consumer Validation] G --> H[Legacy Symbol Sweep] H --> I[Release Ready] ```