> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Earnie for VP Engineering

> See the overall state of your projects, identify what’s blocking them, and track what needs to be fixed.

```mermaid theme={null}
graph TD
    A[Open All Projects] --> B{Estate Green?}

    B -->|Yes| C[Keep Shipping]
    B -->|No| D[Open the Blocked Project's Dashboard]

    D --> E[Read the Needs Attention Card]
    E --> F{Is the Risk Acceptable?}

    F -->|Yes| G[Request an Approval]
    F -->|No| H[Hand It to the Team to Fix]

    G --> I[Next Scan Updates Posture]
    H --> I

    I --> A
    C --> A

    %% Links
    click A "/en/latest/earnie/using-earnie/all-projects"
    click D "/en/latest/earnie/using-earnie/dashboard"
    click E "/en/latest/earnie/using-earnie/dashboard#what-each-card-tells-you"
    click G "/en/latest/earnie/using-earnie/merge-gate#route-3-request-an-approval"
    click H "/en/latest/earnie/using-earnie/triaging-findings#making-a-decision"
    click I "/en/latest/earnie/getting-started/first-scan#coverage-full-vs-partial"

    %% Styling
    style A fill:#7E57C2,stroke:#5E35B1,stroke-width:3px,color:#fff

    style B fill:#42A5F5,stroke:#1976D2,stroke-width:2px,color:#fff
    style C fill:#66BB6A,stroke:#43A047,stroke-width:3px,color:#fff
    style D fill:#42A5F5,stroke:#1565C0,stroke-width:2px,color:#fff

    style E fill:#FF9800,stroke:#F57C00,stroke-width:2px,color:#fff
    style F fill:#42A5F5,stroke:#1976D2,stroke-width:2px,color:#fff

    style G fill:#26A69A,stroke:#00897B,stroke-width:2px,color:#fff
    style H fill:#26A69A,stroke:#00897B,stroke-width:2px,color:#fff

    style I fill:#78909C,stroke:#546E7A,stroke-width:2px,color:#fff
```
