MSP FORT Alpha Shell

Route: /settings | View: Settings | Generated: 2026-02-18T03:13:09.008Z

Route View Model

{
  "routeId": "settings",
  "pathname": "/settings",
  "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": "settings",
    "breadcrumbs": [
      {
        "label": "Home",
        "href": "/"
      },
      {
        "label": "Settings",
        "href": "/settings"
      }
    ],
    "layout": {
      "contentWidth": "standard",
      "showRightRail": true,
      "mobileMenuOpen": false
    }
  },
  "page": {
    "view": "settings",
    "sections": [
      "workspace",
      "members",
      "integrations"
    ]
  }
}

Context Snapshot

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