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:
- Upcoming Activities: Future events available for viewing or enrollment.
- Announcements: Recent association-wide notifications.
- Personal Memberships: Groups and committees the specific user belongs to.
Parameters
args
[object Object]
Configuration object containing:
Returns
Promise<void>