flowchart LR
ADMIN["PAINEL ADMIN F1"]
subgraph IMP ["Importacao"]
I1["Importar CSV VUNESP"]
I2["Upload prova PDF"]
I3["Upload gabarito PDF"]
end
subgraph PROC ["Processamento"]
P1["Botao: Rodar Notas"]
P2["Editar nota manual"]
P3["Botao: Publicar Resultados"]
end
subgraph CONFIG ["Configuracao"]
C1["Regras eliminatorias por curso"]
C2["Nota de corte parametrizavel"]
C3["Evento familias"]
C4["Templates comunicacao"]
end
subgraph VIS ["Visualizacao e Export"]
V1["Lista candidatos"]
V2["Filtros"]
V3["Exportar CSV resultados"]
V4["CSV dinamica antecipada"]
end
ADMIN --> IMP
ADMIN --> PROC
ADMIN --> CONFIG
ADMIN --> VIS
style ADMIN fill:#f59e0b,stroke:#d97706,color:#fff
style I1 fill:#d97706,stroke:#b45309,color:#fff
style I2 fill:#d97706,stroke:#b45309,color:#fff
style I3 fill:#d97706,stroke:#b45309,color:#fff
style P1 fill:#d97706,stroke:#b45309,color:#fff
style P2 fill:#d97706,stroke:#b45309,color:#fff
style P3 fill:#d97706,stroke:#b45309,color:#fff
style C1 fill:#d97706,stroke:#b45309,color:#fff
style C2 fill:#d97706,stroke:#b45309,color:#fff
style C3 fill:#d97706,stroke:#b45309,color:#fff
style C4 fill:#d97706,stroke:#b45309,color:#fff
style V1 fill:#d97706,stroke:#b45309,color:#fff
style V2 fill:#d97706,stroke:#b45309,color:#fff
style V3 fill:#d97706,stroke:#b45309,color:#fff
style V4 fill:#d97706,stroke:#b45309,color:#fff