monacousa-portal/pages/dashboard
Matt 287af29f6c
Build And Push Image / docker (push) Successful in 3m22s Details
feat(board): Add real data integration for board dashboard
- Create /api/board/stats endpoint for member statistics and overview data
- Create /api/board/next-meeting endpoint for upcoming meeting information
- Update board.vue to fetch real data instead of using mock data
- Add loading states and error handling with graceful fallbacks
- Board Overview now shows actual member counts and pending actions
- Next Meeting section displays real event data when available

The board dashboard now displays live data from the database while maintaining
fallback functionality if any data sources are unavailable.
2025-08-12 14:18:55 +02:00
..
admin.vue Add event management system with calendar and CRUD operations 2025-08-12 04:25:35 +02:00
board.vue feat(board): Add real data integration for board dashboard 2025-08-12 14:18:55 +02:00
events.vue Add event management system with calendar and CRUD operations 2025-08-12 04:25:35 +02:00
index.vue Fix redirect loops and SSR hydration issues in auth flow 2025-08-07 17:21:18 +02:00
member-list.vue Add comprehensive dues tracking with overdue calculations and enhanced UI 2025-08-11 15:29:42 +02:00
profile.vue Add comprehensive dues tracking with overdue calculations and enhanced UI 2025-08-11 15:29:42 +02:00
user.vue Fix email template compatibility and enhance user dashboard 2025-08-11 16:26:51 +02:00