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:
@@ -296,7 +296,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "oL_Xi1h-.js",
|
||||
"file": "CxKxaas7.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
@@ -306,14 +306,14 @@ const client_manifest = {
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue"
|
||||
],
|
||||
"css": [
|
||||
"entry.CYvTzE5H.css"
|
||||
"entry.wEUbgGlA.css"
|
||||
],
|
||||
"assets": [
|
||||
"Harheimer TC.CKfYAfp1.svg"
|
||||
]
|
||||
},
|
||||
"entry.CYvTzE5H.css": {
|
||||
"file": "entry.CYvTzE5H.css",
|
||||
"entry.wEUbgGlA.css": {
|
||||
"file": "entry.wEUbgGlA.css",
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true
|
||||
@@ -699,6 +699,20 @@ const client_manifest = {
|
||||
"_Qy3ajxTk.js"
|
||||
]
|
||||
},
|
||||
"pages/mitgliederbereich/api.vue": {
|
||||
"resourceType": "script",
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "r4K7wPft.js",
|
||||
"name": "api",
|
||||
"src": "pages/mitgliederbereich/api.vue",
|
||||
"isDynamicEntry": true,
|
||||
"imports": [
|
||||
"_Qy3ajxTk.js",
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
]
|
||||
},
|
||||
"pages/mitgliederbereich/index.vue": {
|
||||
"resourceType": "script",
|
||||
"module": true,
|
||||
@@ -721,7 +735,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "CGzqx_GW.js",
|
||||
"file": "BKaEDYu3.js",
|
||||
"name": "mitglieder",
|
||||
"src": "pages/mitgliederbereich/mitglieder.vue",
|
||||
"isDynamicEntry": true,
|
||||
|
||||
Reference in New Issue
Block a user