monacousa-portal/server/api/admin
Matt d34d16fda1
Build And Push Image / docker (push) Successful in 2m20s Details
Fix critical member management issues: dues tracking, member IDs, and profile display
- Fix dues payment logic to automatically calculate payment_due_date as 1 year from payment date
- Remove redundant dues_paid_until field and replace with payment_due_date throughout
- Implement member ID generation system with format MUSA-YYYY-XXXX
- Create migration endpoints for generating member IDs and fixing payment dates
- Update admin members page to display actual member_id from database
- Ensure ProfileAvatar components use correct member_id field
- Add support for profile images in list and grid views with initials fallback
- Fix countries export alias for backward compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 18:45:47 +02:00
..
assign-member-ids.post.ts fixes 2025-08-15 15:53:13 +02:00
fix-payment-dates.post.ts Fix critical member management issues: dues tracking, member IDs, and profile display 2025-09-04 18:45:47 +02:00
generate-member-ids.post.ts Fix critical member management issues: dues tracking, member IDs, and profile display 2025-09-04 18:45:47 +02:00
link-keycloak-account.post.ts Add Keycloak integration support 2025-08-09 18:22:34 +02:00
migrate-member-ids.post.ts Add global branding and implement member ID system 2025-08-10 16:49:23 +02:00
nocodb-config.get.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
nocodb-config.post.ts fixes 2025-08-12 12:53:05 +02:00
recaptcha-config.get.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
recaptcha-config.post.ts Preserve masked credentials in admin config updates 2025-08-09 16:41:33 +02:00
registration-config.get.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
registration-config.post.ts fully functional, production-ready member registration system that works flawlessly across all platforms and provides a professional user experience 2025-08-08 22:04:53 +02:00
rsvp-table-config.post.ts fixes 2025-08-13 14:30:26 +02:00
smtp-config.get.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
smtp-config.post.ts Preserve masked credentials in admin config updates 2025-08-09 16:41:33 +02:00
stats.get.ts Replace all mock/placeholder data with real data systems 2025-08-31 18:28:38 +02:00
test-email.post.ts Fix portal account creation and improve email handling 2025-08-09 16:13:52 +02:00
users.get.ts Replace all mock data in admin and board pages with real data 2025-08-31 18:43:04 +02:00