Skip to Content
v1.27.0 · shipped Global XHR capture, Hash-router inventory Read the changelog →
Admin consoleOverview (portfolio)

Overview

Route: /overview

Scenario: You manage several connected projects and want a single org-scoped glance at 7-day activity and open tickets before diving into any one app.

Overview is the portfolio dashboard for the active organization. Each card is one connected project — sessions, users, open reports, and a DAU sparkline — with footer links that switch the active project and open Activity, Reports, or the project Dashboard.


What you see

ElementMeaning
Portfolio totalsAggregated 7-day sessions / users and open-ticket counts across projects
Project cardsPer-project sessions_7d, users_7d, open + critical reports, last report time
DAU sparklineDaily active users for the last week on that project
Health toneCritical if any critical reports; warn if open reports > 5; otherwise ok
Footer linksSwitch active project → Activity, Reports, or Dashboard

Cards sort so unhealthy projects float first (critical → warn → ok).


Data source

GET /v1/admin/portfolio

Requires a console JWT and X-Mushi-Org-Id (set automatically from the org switcher). Backed by the org_portfolio_summary RPC.

Empty state means no projects are linked to this org yet — create or connect one from Projects.


  • Activity — per-project session and engagement detail (30-day window)
  • Dashboard — morning PDCA / fix pipeline snapshot for the active project
  • Reports — triage queue
  • SDK session telemetry is emitted by @mushi-mushi/web / @mushi-mushi/core (opt out with trackSessions: false in MushiConfig)

Overview is org-scoped. Activity and most other console pages are project-scoped — use a card footer link to switch project context before drilling in.

Last updated on