monacousa-portal/server/api/members
Matt d9ef5bbdeb
Build And Push Image / docker (push) Successful in 2m42s Details
feat: Enhanced dues overdue system with detailed time tracking
- Enhanced update-overdue-statuses API to calculate and return specific overdue durations (years/months)
- Updated overdue-count API to provide detailed member information with overdue durations
- Enhanced DuesOverdueBanner component to display expandable list of overdue members with their specific overdue time
- Added automatic marking of members as inactive when dues are over 1 year overdue
- Improved UI to show 'Dues Overdue - X Members Affected' with detailed breakdown
- Members with overdue dues now display exact time overdue (e.g., '2 years 3 months overdue')
- Added proper TypeScript interfaces for overdue member data
- Enhanced banner shows inactive status and overdue duration for each affected member
2025-08-10 23:42:17 +02:00
..
[id] Add dues management system with UI improvements 2025-08-10 23:19:48 +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 overdue dues management system with notifications and status updates 2025-08-10 23:29:48 +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 Add global branding and implement member ID system 2025-08-10 16:49:23 +02:00
overdue-count.get.ts feat: Enhanced dues overdue system with detailed time tracking 2025-08-10 23:42:17 +02:00
update-overdue-statuses.post.ts feat: Enhanced dues overdue system with detailed time tracking 2025-08-10 23:42:17 +02:00