9f9cb7db53
comprehensive diagnostic and fix system for the "undefined" member display issue
Build And Push Image / docker (push) Successful in 2m49s
2025-08-07 23:57:18 +02:00
3f81d0dd86
fixed the member creation functionality that was failing with validation errors. Here's what I accomplished
Build And Push Image / docker (push) Successful in 2m52s
2025-08-07 23:44:28 +02:00
dcce2050ee
resolved all member management issues, including the critical member creation bug.
Build And Push Image / docker (push) Failing after 2m36s
2025-08-07 23:13:31 +02:00
863ad9abe7
fixed both the member edit display issue and the flag positioning problems in the nationality input
Build And Push Image / docker (push) Successful in 2m53s
2025-08-07 23:05:46 +02:00
d36209818a
Migrate member fields to snake_case naming convention
...
Build And Push Image / docker (push) Successful in 3m11s
Convert field names from space-separated format to snake_case across
member API endpoints and validation logic. Add migration guide for
reference.
2025-08-07 21:50:02 +02:00
af99ea48e2
Add member management system with NocoDB integration
...
Build And Push Image / docker (push) Successful in 3m5s
- Add member CRUD operations with API endpoints
- Implement member list page with card-based layout
- Add member creation and viewing dialogs
- Support multiple nationalities with country flags
- Include phone number input with international formatting
- Integrate NocoDB as backend database
- Add comprehensive member data types and utilities
2025-08-07 19:20:29 +02:00