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