Files
MOPC-Portal/docs/round-redesign-architecture-docs/mixed-round-design-implementation-docs/flowcharts/main-vs-award-routing.md
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

467 B

Main vs Award Routing

flowchart LR
    P[Project in Filter Stage] --> Q{Routing Rule Match?}
    Q -->|No| M[Remain in Main Track]
    Q -->|Yes| Z{Routing Mode}

    Z -->|PARALLEL| A[Create Award Stage State]
    A --> B[Keep Main State Active]

    Z -->|EXCLUSIVE| C[Create Award Stage State]
    C --> D[Mark Main State Routed]

    Z -->|POST_MAIN| E[Defer Route Until Gate Stage]
    E --> F[Route After Main Gate Condition]