MOPC-App/docs/round-redesign-architecture.../mixed-round-design-implemen.../flowcharts/dependency-refit-map.md

16 lines
352 B
Markdown
Raw Normal View History

# 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]
```