LoadDashboardData

Function: loadDashboardData()

[object Object]

Defined in: app/routes/home/home.handlers.tsx:43

Orchestrates the data hydration for the main user dashboard.

Fetches three core data sets in sequence:

  1. Upcoming Activities: Future events available for viewing or enrollment.
  2. Announcements: Recent association-wide notifications.
  3. Personal Memberships: Groups and committees the specific user belongs to.

Parameters

args

[object Object]

Configuration object containing:

Returns

Promise<void>

Async

On this page