From 6502f66de12cdf45c3e3c215e5122bf87a1ec443 Mon Sep 17 00:00:00 2001 From: Gabbriiel <142907514+Gabbriiel@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:34:47 -0300 Subject: [PATCH] style: melhora contraste e legibilidade do diagram --- STATUS_REPORT.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/STATUS_REPORT.md b/STATUS_REPORT.md index d96b107..342a372 100644 --- a/STATUS_REPORT.md +++ b/STATUS_REPORT.md @@ -11,14 +11,15 @@ Este diagrama reflete o estado atual do sistema em ambiente de desenvolvimento ( ```mermaid graph TD - %% Estilos - classDef working fill:#dcfce7,stroke:#16a34a,stroke-width:2px; - classDef partial fill:#fef9c3,stroke:#ca8a04,stroke-width:2px,stroke-dasharray:5 5; - classDef broken fill:#fee2e2,stroke:#dc2626,stroke-width:2px,stroke-dasharray:5 5; + %% --- ESTILOS DE ALTO CONTRASTE --- + %% Adicionei 'color:#000' (Preto) e aumentei a borda para 3px + classDef working fill:#dcfce7,stroke:#16a34a,stroke-width:3px,color:#000; + classDef partial fill:#fef9c3,stroke:#ca8a04,stroke-width:3px,stroke-dasharray:5 5,color:#000; + classDef broken fill:#fee2e2,stroke:#dc2626,stroke-width:3px,stroke-dasharray:5 5,color:#000; classDef critical fill:#991b1b,stroke:#fca5a5,stroke-width:4px,color:#fff; - classDef success fill:#dcfce7,stroke:#16a34a,stroke-width:2px; - classDef warning fill:#fef9c3,stroke:#ca8a04,stroke-width:2px; - classDef error fill:#fee2e2,stroke:#dc2626,stroke-width:2px; + classDef success fill:#dcfce7,stroke:#16a34a,stroke-width:3px,color:#000; + classDef warning fill:#fef9c3,stroke:#ca8a04,stroke-width:3px,color:#000; + classDef error fill:#fee2e2,stroke:#dc2626,stroke-width:3px,color:#000; subgraph Frontend["Frontend & App"] FE[Next.js 15]:::working @@ -77,7 +78,7 @@ graph TD Empresa --> LoginE LoginE --> Dash Dash -->|Botão 'Publish' não funciona| NewJob - NewJob -->|❌ Salva mas não aparece na lista da empresa| ListJobs + NewJob -->|❌ Salva mas não aparece na lista| ListJobs NewJob -.->|❌ Pula Etapa| Payment LoginE -->|⚠️ PERIGO: Permite virar Admin| AdminUser