Tenant dashboard scope, attention overview, and planned aggregation points.
The tenant dashboard is the landing page for an active organization at /{orgSlug}. It is the place for "what needs your attention" rather than a duplicate navigation hub.
The dashboard is organization-scoped and runs behind the same organization access guard as the rest of the tenant app. It should only show data the current user can access through their organization permissions.
The Recent activity timeline is the same user-scoped notifications inbox as the topbar bell: mentions, assignments, inbound Inbox reply-needed items, approvals, running work, and failures. Rows link to the subject (/tasks/…, /inbox/…, /chats/…, /workflows/…/runs/…) and use the same originator avatar + type badge as /notifications. Pending-action rows can show a secondary Review or Reply link.
The product direction is to aggregate:
Dashboard cards should link to the owning detail/list pages. Avoid adding one-off dashboard-only data contracts when the underlying module already has a service method or table route.