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

367 B

Dependency Refit Map

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]