Index/ Stage 4 — Executive Dashboard
Build In Progress

Stage 4 — Executive Dashboard

Stark Industries PMO · 4 widgets · zero manual work for Pepper4 widgets on a single dashboard, all connected to the Portfolio and Intake boards. Every widget feeds directly from live board data — no spreadsheets, no manual updates. The SLA Compliance widget is a simplified count for now; it becomes a true % formula in Stage 5.

01

Dashboard Widgets

Chart (Pie)Portfolio Health
Status column breakdown across all Portfolio itemsSource: Portfolio Board · Status column
NumberSLA Compliance
Count of Approved + Rejected itemsSource: Portfolio Board · Status column (→ % formula in Stage 5)
TableActive Projects Table
Approved items: name, PM, status, timelineSource: Portfolio Board · filtered Status = Approved
Chart (Bar)Department Load
Request volume by departmentSource: Intake Board · Department column
02

Live Data Flow

flowchart TD
  INTAKE[" Intake Board\nDepartment · Status"]
  PORTFOLIO[" Portfolio Board\nStatus · PM · Timeline"]
  DASH[" Executive Dashboard\n4 widgets"]

  INTAKE -->|"Department column"| W4["Widget 4\nDepartment Load\nBar chart"]
  PORTFOLIO -->|"Status column"| W1["Widget 1\nPortfolio Health\nPie chart"]
  PORTFOLIO -->|"Status column"| W2["Widget 2\nSLA Compliance\nNumber"]
  PORTFOLIO -->|"Name · PM · Timeline"| W3["Widget 3\nActive Projects\nTable"]

  W1 --> DASH
  W2 --> DASH
  W3 --> DASH
  W4 --> DASH

  DASH --> RESULT[" Zero manual work\nfor Pepper"]
        

Zero manual work for Pepper. Every widget feeds directly from the connected boards. No more pulling data from spreadsheets into PowerPoint. The dashboard updates live as items move through the pipeline.

SLA Compliance note: Currently counts completed decisions (Approved + Rejected). In Stage 5, the Completeness Score formula enables a true on-time % — items decided within 5 days divided by total submitted. The architecture is ready; the formula column is the next build.