Files
MOPC-Portal/docs/round-redesign-architecture-docs/mixed-round-design-implementation-docs/flowcharts/end-to-end-pipeline.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

26 lines
686 B
Markdown

# End-to-End Pipeline Flow
```mermaid
flowchart TD
A[Intake Stage] --> B[Filter Stage]
B -->|pass| C[Main Evaluation Stage]
B -->|reject| R[Rejected with Notification]
B -->|award rule: parallel| W1[Award Track Entry]
B -->|award rule: exclusive| W2[Award Track Entry + Main Routed Out]
C --> D[Selection Stage]
D --> E[Live Final Stage]
E --> F[Results Stage]
W1 --> W3[Award Evaluation]
W2 --> W3[Award Evaluation]
W3 --> W4[Award Winner Decision]
D -->|manual override| O[Override Action + Audit]
O --> D
E --> L[Live Cursor + Cohort Windows]
L --> V[Jury and Audience Voting]
V --> F
```