MSP FORT Alpha Shell

Route: / | View: Dashboard | Generated: 2026-02-18T01:25:51.339Z

Route View Model

{
  "routeId": "dashboard",
  "pathname": "/",
  "shell": {
    "workspaceName": "MSP FORT Demo",
    "userDisplayName": "Demo Owner",
    "navItems": [
      {
        "id": "dashboard",
        "label": "Dashboard",
        "href": "/dashboard",
        "group": "core",
        "badgeCount": 0
      },
      {
        "id": "assessment",
        "label": "Assessment",
        "href": "/assessment",
        "group": "core",
        "badgeCount": 0
      },
      {
        "id": "action-plan",
        "label": "Action Plan",
        "href": "/plan",
        "group": "core",
        "badgeCount": 0
      },
      {
        "id": "check-ins",
        "label": "Check-ins",
        "href": "/checkins",
        "group": "core",
        "badgeCount": 2
      },
      {
        "id": "benchmarks",
        "label": "Benchmarks",
        "href": "/benchmarks",
        "group": "insights",
        "badgeCount": 0
      },
      {
        "id": "settings",
        "label": "Settings",
        "href": "/settings",
        "group": "workspace",
        "badgeCount": 0
      }
    ],
    "activeNavId": null,
    "breadcrumbs": [
      {
        "label": "Home",
        "href": "/"
      }
    ],
    "layout": {
      "contentWidth": "standard",
      "showRightRail": true,
      "mobileMenuOpen": false
    }
  },
  "page": {
    "view": "dashboard",
    "scorecard": {
      "gauge": {
        "value": 50,
        "band": {
          "key": "developing",
          "label": "Developing",
          "tone": "warning"
        },
        "deltaFromPrevious": 0
      },
      "pillars": [
        {
          "id": "operational-excellence",
          "label": "Operational Excellence",
          "value": 50,
          "band": {
            "key": "developing",
            "label": "Developing",
            "tone": "warning"
          }
        }
      ],
      "trend": [],
      "status": {
        "completionPercent": 0,
        "statusLabel": "In progress",
        "lastUpdatedAt": "2026-02-18T01:25:51.277Z"
      }
    },
    "commitmentProgress": {
      "summary": {
        "totalItems": 0,
        "notStartedCount": 0,
        "inProgressCount": 0,
        "blockedCount": 0,
        "completedCount": 0,
        "overdueCount": 0,
        "dueSoonCount": 0,
        "completionRate": 0,
        "completionFraction": "0/0",
        "asOf": "2026-02-18T01:25:51.339Z"
      },
      "momentum": {
        "signal": "no_commitments",
        "title": "No commitments yet",
        "description": "Create plan items to begin momentum tracking.",
        "delta": {
          "completionRateDelta": 0,
          "completedCountDelta": 0,
          "overdueCountDelta": 0
        }
      }
    },
    "runtimeError": {
      "code": "request_failed",
      "message": "API request failed",
      "statusCode": 500,
      "requestId": "c0257bb3-675b-4e34-becf-5405002ad027"
    }
  }
}

Context Snapshot

{
  "workspaceName": "MSP FORT Demo",
  "userDisplayName": "Demo Owner",
  "auth": {
    "tenantId": "demo-tenant",
    "userExternalId": "demo-user",
    "claims": {
      "tid": "demo-tenant",
      "oid": "demo-user"
    }
  }
}