monacousa-portal/server/api/auth
Matt 1aef356d78
Build And Push Image / docker (push) Successful in 2m13s Details
Replace all mock/placeholder data with real data systems
- Added getUserCount() method to Keycloak admin for real user statistics
- Replaced hardcoded userCount (25) with live Keycloak data in admin stats
- Fixed board meeting API to query real events, removed Jan 15 2025 fallback
- Updated board stats to count real events instead of hardcoded 3
- Created member-tiers service for proper tier determination
- Created dues-calculator service for accurate dues tracking
- Updated auth callback to use member-tiers service
- Updated overdue-count API to use dues-calculator
- Added data quality tracking with confidence levels
- Added proper error handling - returns null/0 instead of fake data
- Included source tracking for all data (live/calculated/fallback)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 18:28:38 +02:00
..
callback.get.ts Replace all mock/placeholder data with real data systems 2025-08-31 18:28:38 +02:00
direct-login.post.ts feat: enhance mobile compatibility and debugging across authentication and system metrics 2025-08-07 16:08:39 +02:00
forgot-password.post.ts Refactor password reset to use dedicated Keycloak admin client 2025-08-07 17:50:09 +02:00
login.get.ts Add debug logging and cookie domain configuration to auth flow 2025-08-07 03:17:25 +02:00
logout.post.ts feat: implement server-side session management with session ID storage and cleanup 2025-08-07 14:16:54 +02:00
send-verification-email.post.ts fixes 2025-08-13 17:24:31 +02:00
session.get.ts Fix user dashboard data display issue 2025-08-11 16:54:14 +02:00
setup-password.post.ts Add password setup flow with server-side validation 2025-08-09 19:11:54 +02:00
verify-email.get.ts fixes 2025-08-13 18:58:43 +02:00