Compare commits

...

5 Commits

Author SHA1 Message Date
1b20e480f4 feat: verbessere Device-Setup-UX durch präzise Fokus-Navigation, Plug-and-Play-Optimierungen und Logging-Standardisierung
Some checks failed
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Failing after 1m0s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Has been cancelled
2026-04-18 22:29:15 +02:00
c29c8179a1 feat: flexibilisiere JWT-Validierung durch benutzerdefinierte Decoder und verbessere CORS-Konfiguration 2026-04-18 20:40:40 +02:00
2bd2a26ab9 chore: entferne Backup-Dateimuster *~ aus .gitignore 2026-04-18 20:40:03 +02:00
fb520c6607 chore: entferne nicht mehr genutzten Code und Backup-Dateien aus shared-Modul 2026-04-18 20:39:42 +02:00
bad6f44122 chore: entferne nicht mehr genutzte Backup-Dateien, IDE-Konfigurationen und Kotlin-Build-Skripte 2026-04-18 20:38:57 +02:00
141 changed files with 570 additions and 8142 deletions

84
.gitignore vendored Normal file
View File

@ -0,0 +1,84 @@
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
.gradletasknamecache
# Kotlin
*.class
*.jar
*.kotlin_module
.kotlin/
kotlin-js-store/
# IntelliJ IDEA
.idea/workspace.xml
.idea/tasks.xml
.idea/usage.statistics.xml
.idea/dictionaries
.idea/shelf
.idea/dataSources/
.idea/dataSources.local.xml
.idea/httpRequests/
.idea/codestream.xml
.idea/sonarlint/
*.iml
*.ipr
*.iws
out/
# Node.js / npm / React
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnp.*
.yarn/
dist/
.cache/
.parcel-cache/
.next/
.nuxt/
.vuepress/dist
*.tsbuildinfo
# Docker
.env
.env.local
.env.*.local
docker-compose.override.yaml
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
Desktop.ini
# Linux
*~
.directory
.Trash-*
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
*.swp
*.swo
# SQLDelight
*.db
*.db-shm
*.db-wal
# Local configuration
local.properties

10
.idea/.gitignore vendored
View File

@ -1,10 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Ignored default folder with query files
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="auth-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path>
<root id="archive" name="auth-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.core.auth.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="auth-jvm-1.0.0"> <artifact type="jar" name="auth-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path>
<root id="archive" name="auth-jvm-1.0.0.jar"> <root id="archive" name="auth-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.core.auth.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="auth-wasm-js-1.0.0"> <artifact type="jar" name="auth-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/auth/build/libs</output-path>
<root id="archive" name="auth-wasm-js-1.0.0.jar"> <root id="archive" name="auth-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.core.auth.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="billing-domain-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path>
<root id="archive" name="billing-domain-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.backend.services.billing.billing-domain.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="billing-domain-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="billing-domain-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path>
<root id="archive" name="billing-domain-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="billing-domain-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.billing.billing-domain.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="billing-domain-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="billing-domain-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/billing/billing-domain/build/libs</output-path>
<root id="archive" name="billing-domain-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="billing-domain-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.billing.billing-domain.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="billing-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path>
<root id="archive" name="billing-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.billing-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="billing-feature-jvm-1.0.0"> <artifact type="jar" name="billing-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path>
<root id="archive" name="billing-feature-jvm-1.0.0.jar"> <root id="archive" name="billing-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.billing-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="billing-feature-wasm-js-1.0.0"> <artifact type="jar" name="billing-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/billing-feature/build/libs</output-path>
<root id="archive" name="billing-feature-wasm-js-1.0.0.jar"> <root id="archive" name="billing-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.billing-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="core-domain-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path>
<root id="archive" name="core-domain-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.core.core-domain.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="core-domain-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="core-domain-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path>
<root id="archive" name="core-domain-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="core-domain-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.core-domain.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="core-domain-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="core-domain-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/core/core-domain/build/libs</output-path>
<root id="archive" name="core-domain-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="core-domain-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.core-domain.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="core-utils-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path>
<root id="archive" name="core-utils-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.core.core-utils.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="core-utils-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="core-utils-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path> <output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path>
<root id="archive" name="core-utils-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="core-utils-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.core-utils.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="core-utils-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="core-utils-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path> <output-path>$PROJECT_DIR$/core/core-utils/build/libs</output-path>
<root id="archive" name="core-utils-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="core-utils-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.core-utils.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="design-system-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
<root id="archive" name="design-system-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.core.design-system.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="design-system-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="design-system-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
<root id="archive" name="design-system-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="design-system-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.design-system.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="design-system-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="design-system-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/design-system/build/libs</output-path>
<root id="archive" name="design-system-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="design-system-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.design-system.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="device-initialization-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path>
<root id="archive" name="device-initialization-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.device-initialization.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="device-initialization-jvm-1.0.0"> <artifact type="jar" name="device-initialization-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path>
<root id="archive" name="device-initialization-jvm-1.0.0.jar"> <root id="archive" name="device-initialization-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.device-initialization.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="device-initialization-wasm-js-1.0.0"> <artifact type="jar" name="device-initialization-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/device-initialization/build/libs</output-path>
<root id="archive" name="device-initialization-wasm-js-1.0.0.jar"> <root id="archive" name="device-initialization-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.device-initialization.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="domain-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
<root id="archive" name="domain-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.core.domain.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="domain-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="domain-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
<root id="archive" name="domain-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="domain-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.domain.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="domain-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="domain-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/domain/build/libs</output-path>
<root id="archive" name="domain-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="domain-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.domain.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="entries-api-js-1.0.0">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path>
<root id="archive" name="entries-api-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.backend.services.entries.entries-api.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="entries-api-jvm-1.0.0"> <artifact type="jar" name="entries-api-jvm-1.0.0">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path>
<root id="archive" name="entries-api-jvm-1.0.0.jar"> <root id="archive" name="entries-api-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.backend.services.entries.entries-api.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="entries-api-wasm-js-1.0.0"> <artifact type="jar" name="entries-api-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/entries/entries-api/build/libs</output-path>
<root id="archive" name="entries-api-wasm-js-1.0.0.jar"> <root id="archive" name="entries-api-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.backend.services.entries.entries-api.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="entries-domain-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path>
<root id="archive" name="entries-domain-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.backend.services.entries.entries-domain.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="entries-domain-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="entries-domain-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path>
<root id="archive" name="entries-domain-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="entries-domain-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.entries.entries-domain.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="entries-domain-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="entries-domain-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/entries/entries-domain/build/libs</output-path>
<root id="archive" name="entries-domain-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="entries-domain-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.entries.entries-domain.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="events-common-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path>
<root id="archive" name="events-common-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.backend.services.events.events-common.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="events-common-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="events-common-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path>
<root id="archive" name="events-common-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="events-common-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.events.events-common.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="events-common-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="events-common-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/events/events-common/build/libs</output-path>
<root id="archive" name="events-common-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="events-common-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.events.events-common.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="funktionaer-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path>
<root id="archive" name="funktionaer-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.funktionaer-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="funktionaer-feature-jvm-1.0.0"> <artifact type="jar" name="funktionaer-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path>
<root id="archive" name="funktionaer-feature-jvm-1.0.0.jar"> <root id="archive" name="funktionaer-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.funktionaer-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="funktionaer-feature-wasm-js-1.0.0"> <artifact type="jar" name="funktionaer-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/funktionaer-feature/build/libs</output-path>
<root id="archive" name="funktionaer-feature-wasm-js-1.0.0.jar"> <root id="archive" name="funktionaer-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.funktionaer-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="local-db-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
<root id="archive" name="local-db-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.core.local-db.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="local-db-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="local-db-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
<root id="archive" name="local-db-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="local-db-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.local-db.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="local-db-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="local-db-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/local-db/build/libs</output-path>
<root id="archive" name="local-db-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="local-db-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.local-db.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="masterdata-domain-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path>
<root id="archive" name="masterdata-domain-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.backend.services.masterdata.masterdata-domain.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="masterdata-domain-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="masterdata-domain-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path>
<root id="archive" name="masterdata-domain-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="masterdata-domain-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.masterdata.masterdata-domain.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path> <output-path>$PROJECT_DIR$/backend/services/masterdata/masterdata-domain/build/libs</output-path>
<root id="archive" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="masterdata-domain-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.backend.services.masterdata.masterdata-domain.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="meldestelle-desktop-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path>
<root id="archive" name="meldestelle-desktop-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-desktop.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path>
<root id="archive" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="meldestelle-desktop-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-desktop.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="meldestelle-desktop-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-desktop/build/libs</output-path>
<root id="archive" name="meldestelle-desktop-wasm-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-desktop.wasmJsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="meldestelle-web-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs</output-path>
<root id="archive" name="meldestelle-web-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-web.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="meldestelle-web-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs</output-path>
<root id="archive" name="meldestelle-web-jvm-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-web.jvmMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/shells/meldestelle-web/build/libs</output-path>
<root id="archive" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="meldestelle-web-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.shells.meldestelle-web.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="navigation-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path>
<root id="archive" name="navigation-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.core.navigation.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="navigation-jvm-1.0.0"> <artifact type="jar" name="navigation-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path>
<root id="archive" name="navigation-jvm-1.0.0.jar"> <root id="archive" name="navigation-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.core.navigation.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="navigation-wasm-js-1.0.0"> <artifact type="jar" name="navigation-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/navigation/build/libs</output-path>
<root id="archive" name="navigation-wasm-js-1.0.0.jar"> <root id="archive" name="navigation-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.core.navigation.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="nennung-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path>
<root id="archive" name="nennung-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.nennung-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="nennung-feature-jvm-1.0.0"> <artifact type="jar" name="nennung-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path>
<root id="archive" name="nennung-feature-jvm-1.0.0.jar"> <root id="archive" name="nennung-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.nennung-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="nennung-feature-wasm-js-1.0.0"> <artifact type="jar" name="nennung-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/nennung-feature/build/libs</output-path>
<root id="archive" name="nennung-feature-wasm-js-1.0.0.jar"> <root id="archive" name="nennung-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.nennung-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="network-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
<root id="archive" name="network-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.core.network.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="network-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="network-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
<root id="archive" name="network-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="network-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.network.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="network-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="network-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/network/build/libs</output-path>
<root id="archive" name="network-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="network-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.network.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="pferde-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path>
<root id="archive" name="pferde-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.pferde-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="pferde-feature-jvm-1.0.0"> <artifact type="jar" name="pferde-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path>
<root id="archive" name="pferde-feature-jvm-1.0.0.jar"> <root id="archive" name="pferde-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.pferde-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="pferde-feature-wasm-js-1.0.0"> <artifact type="jar" name="pferde-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/pferde-feature/build/libs</output-path>
<root id="archive" name="pferde-feature-wasm-js-1.0.0.jar"> <root id="archive" name="pferde-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.pferde-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="ping-api-js-1.0.0">
<output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path>
<root id="archive" name="ping-api-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.contracts.ping-api.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="ping-api-jvm-1.0.0"> <artifact type="jar" name="ping-api-jvm-1.0.0">
<output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path> <output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path>
<root id="archive" name="ping-api-jvm-1.0.0.jar"> <root id="archive" name="ping-api-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.contracts.ping-api.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="ping-api-wasm-js-1.0.0"> <artifact type="jar" name="ping-api-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path> <output-path>$PROJECT_DIR$/contracts/ping-api/build/libs</output-path>
<root id="archive" name="ping-api-wasm-js-1.0.0.jar"> <root id="archive" name="ping-api-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.contracts.ping-api.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="ping-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path>
<root id="archive" name="ping-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.ping-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="ping-feature-jvm-1.0.0"> <artifact type="jar" name="ping-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path>
<root id="archive" name="ping-feature-jvm-1.0.0.jar"> <root id="archive" name="ping-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.ping-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="ping-feature-wasm-js-1.0.0"> <artifact type="jar" name="ping-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/ping-feature/build/libs</output-path>
<root id="archive" name="ping-feature-wasm-js-1.0.0.jar"> <root id="archive" name="ping-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.ping-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="profile-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path>
<root id="archive" name="profile-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.profile-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="profile-feature-jvm-1.0.0"> <artifact type="jar" name="profile-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path>
<root id="archive" name="profile-feature-jvm-1.0.0.jar"> <root id="archive" name="profile-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.profile-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="profile-feature-wasm-js-1.0.0"> <artifact type="jar" name="profile-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/profile-feature/build/libs</output-path>
<root id="archive" name="profile-feature-wasm-js-1.0.0.jar"> <root id="archive" name="profile-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.profile-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="reiter-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path>
<root id="archive" name="reiter-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.reiter-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="reiter-feature-jvm-1.0.0"> <artifact type="jar" name="reiter-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path>
<root id="archive" name="reiter-feature-jvm-1.0.0.jar"> <root id="archive" name="reiter-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.reiter-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="reiter-feature-wasm-js-1.0.0"> <artifact type="jar" name="reiter-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/reiter-feature/build/libs</output-path>
<root id="archive" name="reiter-feature-wasm-js-1.0.0.jar"> <root id="archive" name="reiter-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.reiter-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="sync-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
<root id="archive" name="sync-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.frontend.core.sync.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="sync-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="sync-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
<root id="archive" name="sync-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="sync-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.sync.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="sync-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="sync-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/core/sync/build/libs</output-path>
<root id="archive" name="sync-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="sync-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.frontend.core.sync.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="turnier-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path>
<root id="archive" name="turnier-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.turnier-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="turnier-feature-jvm-1.0.0"> <artifact type="jar" name="turnier-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path>
<root id="archive" name="turnier-feature-jvm-1.0.0.jar"> <root id="archive" name="turnier-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.turnier-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="turnier-feature-wasm-js-1.0.0"> <artifact type="jar" name="turnier-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/turnier-feature/build/libs</output-path>
<root id="archive" name="turnier-feature-wasm-js-1.0.0.jar"> <root id="archive" name="turnier-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.turnier-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="veranstalter-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path>
<root id="archive" name="veranstalter-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.veranstalter-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="veranstalter-feature-jvm-1.0.0"> <artifact type="jar" name="veranstalter-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path>
<root id="archive" name="veranstalter-feature-jvm-1.0.0.jar"> <root id="archive" name="veranstalter-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.veranstalter-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="veranstalter-feature-wasm-js-1.0.0"> <artifact type="jar" name="veranstalter-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/veranstalter-feature/build/libs</output-path>
<root id="archive" name="veranstalter-feature-wasm-js-1.0.0.jar"> <root id="archive" name="veranstalter-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.veranstalter-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="veranstaltung-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path>
<root id="archive" name="veranstaltung-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.veranstaltung-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="veranstaltung-feature-jvm-1.0.0"> <artifact type="jar" name="veranstaltung-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path>
<root id="archive" name="veranstaltung-feature-jvm-1.0.0.jar"> <root id="archive" name="veranstaltung-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.veranstaltung-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="veranstaltung-feature-wasm-js-1.0.0"> <artifact type="jar" name="veranstaltung-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/veranstaltung-feature/build/libs</output-path>
<root id="archive" name="veranstaltung-feature-wasm-js-1.0.0.jar"> <root id="archive" name="veranstaltung-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.veranstaltung-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="verein-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path>
<root id="archive" name="verein-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.verein-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="verein-feature-jvm-1.0.0"> <artifact type="jar" name="verein-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path>
<root id="archive" name="verein-feature-jvm-1.0.0.jar"> <root id="archive" name="verein-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.verein-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="verein-feature-wasm-js-1.0.0"> <artifact type="jar" name="verein-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/verein-feature/build/libs</output-path>
<root id="archive" name="verein-feature-wasm-js-1.0.0.jar"> <root id="archive" name="verein-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.verein-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="zns-import-feature-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path>
<root id="archive" name="zns-import-feature-js-1.0.0.jar">
<element id="module-output" name="Meldestelle.frontend.features.zns-import-feature.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="zns-import-feature-jvm-1.0.0"> <artifact type="jar" name="zns-import-feature-jvm-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path>
<root id="archive" name="zns-import-feature-jvm-1.0.0.jar"> <root id="archive" name="zns-import-feature-jvm-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.zns-import-feature.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="zns-import-feature-wasm-js-1.0.0"> <artifact type="jar" name="zns-import-feature-wasm-js-1.0.0">
<output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path> <output-path>$PROJECT_DIR$/frontend/features/zns-import-feature/build/libs</output-path>
<root id="archive" name="zns-import-feature-wasm-js-1.0.0.jar"> <root id="archive" name="zns-import-feature-wasm-js-1.0.0.jar" />
<element id="module-output" name="Meldestelle.frontend.features.zns-import-feature.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +0,0 @@
<component name="ArtifactManager">
<artifact type="jar" name="zns-parser-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path>
<root id="archive" name="zns-parser-js-1.0.0-SNAPSHOT.jar">
<element id="module-output" name="Meldestelle.core.zns-parser.jsMain" />
</root>
</artifact>
</component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="zns-parser-jvm-1.0.0-SNAPSHOT"> <artifact type="jar" name="zns-parser-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path> <output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path>
<root id="archive" name="zns-parser-jvm-1.0.0-SNAPSHOT.jar"> <root id="archive" name="zns-parser-jvm-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.zns-parser.jvmMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,8 +1,6 @@
<component name="ArtifactManager"> <component name="ArtifactManager">
<artifact type="jar" name="zns-parser-wasm-js-1.0.0-SNAPSHOT"> <artifact type="jar" name="zns-parser-wasm-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path> <output-path>$PROJECT_DIR$/core/zns-parser/build/libs</output-path>
<root id="archive" name="zns-parser-wasm-js-1.0.0-SNAPSHOT.jar"> <root id="archive" name="zns-parser-wasm-js-1.0.0-SNAPSHOT.jar" />
<element id="module-output" name="Meldestelle.core.zns-parser.wasmJsMain" />
</root>
</artifact> </artifact>
</component> </component>

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true"> <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="pg-meldestelle-db@localhost" uuid="5c2e7682-32d6-4ae1-b108-e1da8b228f13"> <data-source source="LOCAL" name="pg-meldestelle-db@localhost" uuid="8835ccb7-a903-4b56-97aa-a6359a2f5d4e">
<driver-ref>postgresql</driver-ref> <driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize> <synchronize>true</synchronize>
<imported>true</imported>
<jdbc-driver>org.postgresql.Driver</jdbc-driver> <jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/pg-meldestelle-db</jdbc-url> <jdbc-url>jdbc:postgresql://localhost:5432/pg-meldestelle-db</jdbc-url>
<jdbc-additional-properties> <jdbc-additional-properties>
@ -13,44 +14,5 @@
</jdbc-additional-properties> </jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir> <working-dir>$ProjectFileDir$</working-dir>
</data-source> </data-source>
<data-source source="LOCAL" name="billing_test" uuid="55030c5a-f28c-4e83-b731-f02a0b02abcf">
<driver-ref>h2.unified</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<jdbc-driver>org.h2.Driver</jdbc-driver>
<jdbc-url>jdbc:h2:mem:billing_test;DB_CLOSE_DELAY=-1</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="postgres@localhost" uuid="f5e93de4-49c9-483b-a9ba-7499690e28e4">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/postgres</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="maildb" uuid="609617e2-04f9-4948-881f-dbde106780a3">
<driver-ref>h2.unified</driver-ref>
<synchronize>true</synchronize>
<imported>true</imported>
<jdbc-driver>org.h2.Driver</jdbc-driver>
<jdbc-url>jdbc:h2:mem:maildb;DB_CLOSE_DELAY=-1</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component> </component>
</project> </project>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="db-forest-configuration">
<data version="2">.
----------------------------------------
1:0:5c2e7682-32d6-4ae1-b108-e1da8b228f13
2:0:55030c5a-f28c-4e83-b731-f02a0b02abcf
3:0:f5e93de4-49c9-483b-a9ba-7499690e28e4
.</data>
</component>
</project>

View File

@ -1,49 +1,8 @@
<component name="ProjectDictionaryState"> <component name="ProjectDictionaryState">
<dictionary name="project"> <dictionary name="project">
<words> <words>
<w>Abschluesse</w> <w>mailpit</w>
<w>Abteilungs</w>
<w>Bewerbs</w>
<w>Bewerbsuebersicht</w>
<w>Bewerbsübersicht</w>
<w>Caprilli</w>
<w>Eintraege</w>
<w>Funktionaere</w>
<w>Konfig</w>
<w>Lebensnr</w>
<w>Nachnenngebühr</w>
<w>Nennungs</w>
<w>Oeto</w>
<w>Ruecknavigation</w>
<w>Saveable</w>
<w>Springpferdepruefung</w>
<w>Standardspringpruefung</w>
<w>Startwuensche</w>
<w>Ueberschreitung</w>
<w>Veranstalterwahl</w>
<w>Vollstaendigkeit</w>
<w>Vorschlaege</w>
<w>Zusatzgebuehr</w>
<w>beruecksichtigen</w>
<w>bewerb</w>
<w>cdnp</w>
<w>eintraege</w>
<w>fuer</w>
<w>funktionaer</w>
<w>hoehe</w>
<w>hoeher</w>
<w>konfig</w>
<w>nachnenngebuehr</w>
<w>nachnennung</w>
<w>oeps</w>
<w>pruefungs</w>
<w>richt</w>
<w>startnr</w>
<w>strasse</w>
<w>teilungs</w>
<w>valkey</w> <w>valkey</w>
<w>waehlt</w>
<w>zusaetzlich</w>
</words> </words>
</dictionary> </dictionary>
</component> </component>

View File

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings"> <component name="GradleSettings">
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<GradleProjectSettings> <GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#JAVA_HOME" />
<option name="modules"> <option name="modules">
<set> <set>
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration"> <component name="ProjectRootManager" version="2" languageLevel="JDK_25" project-jdk-name="openjdk-25" project-jdk-type="JavaSDK" />
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_25" default="true" project-jdk-name="25" project-jdk-type="JavaSDK" />
</project> </project>

Some files were not shown because too many files have changed in this diff Show More