feat(home): implement home summary feature with routes and use case #4

Merged
jselesan merged 1 commits from feat/home-screen into development 2026-09-23 13:36:00 +00:00

1 Commits

Author SHA1 Message Date
Jose Selesan
f1e0fc5aae feat(home): implement home summary feature with routes and use case
- Added home routes and corresponding route handler for fetching home summary.
- Created GetHomeSummary use case to aggregate user data including groups, attendees, and upcoming payments.
- Introduced HomeSummaryDto and related schemas for data validation.
- Implemented nextClassOccurrence function to determine the next class based on user timezone.
- Added tests for home summary functionality and next class occurrence logic.
2026-09-23 10:35:24 -03:00