monacousa-portal/server/api/members
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
..
[id] Fix critical member management issues: dues tracking, member IDs, and profile display 2025-09-04 18:45:47 +02:00
[id].delete.ts Enhance member deletion and implement template-based email system 2025-08-09 17:36:35 +02:00
[id].get.ts Migrate member fields to snake_case naming convention 2025-08-07 21:50:02 +02:00
[id].put.ts fixed the member creation functionality that was failing with validation errors. Here's what I accomplished 2025-08-07 23:44:28 +02:00
dues-status.get.ts Add comprehensive dues tracking with overdue calculations and enhanced UI 2025-08-11 15:29:42 +02:00
index.get.ts comprehensive diagnostic and fix system for the "undefined" member display issue 2025-08-07 23:57:18 +02:00
index.post.ts fixes 2025-08-14 10:43:21 +02:00
overdue-count.get.ts Replace all mock/placeholder data with real data systems 2025-08-31 18:28:38 +02:00
update-overdue-statuses.post.ts feat: Enhanced dues overdue system with detailed time tracking 2025-08-10 23:42:17 +02:00