Implement member management enhancements; add bulk import functionality and duplicate checking based on geburtsdatum. Update API to support new fields and improve error handling for member data submissions. Refactor member-related components for better user experience and data validation.

This commit is contained in:
Torsten Schulz (local)
2025-11-05 14:34:31 +01:00
parent dd4691b462
commit 623a63c29f
21 changed files with 1765 additions and 513 deletions

View File

@@ -61,6 +61,8 @@ const login_post = defineEventHandler(async (event) => {
});
return {
success: true,
token,
// Token auch im Body für externe API-Clients
user: {
id: user.id,
email: user.email,