Route View Model
{
"routeId": "checkins",
"pathname": "/checkins",
"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": "check-ins",
"breadcrumbs": [
{
"label": "Home",
"href": "/"
},
{
"label": "Checkins",
"href": "/checkins"
}
],
"layout": {
"contentWidth": "narrow",
"showRightRail": false,
"mobileMenuOpen": false
}
},
"page": {
"view": "checkins",
"state": "not_due",
"schedule": {
"workspaceId": "demo-workspace",
"cadence": "monthly",
"timezone": "UTC",
"anchorDate": "2026-02-18",
"reminderDaysBefore": [
3,
1
],
"lastCheckInDate": null,
"nextCheckInDate": "2026-03-18",
"createdAt": "2026-02-18T03:11:06.236Z",
"updatedAt": null
},
"summary": {
"answeredCount": 0,
"totalCount": 3,
"onTrackCount": 0,
"partialCount": 0,
"blockedCount": 0
},
"runtimeError": null
}
}