monacousa-portal/server/api/members/[id]
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
..
create-portal-account.post.ts Add board-specific welcome email template and logic 2025-08-14 09:25:56 +02:00
keycloak-groups.get.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
keycloak-groups.put.ts Add Keycloak group management for member portal access control 2025-08-13 16:31:54 +02:00
mark-dues-paid.post.ts Fix critical member management issues: dues tracking, member IDs, and profile display 2025-09-04 18:45:47 +02:00
send-dues-reminder.post.ts fixes 2025-08-15 15:22:24 +02:00