Skip to content

Commit

Permalink
create doc page for wahlvorstand service
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Jun 12, 2024
1 parent 08bba92 commit 5a13c7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default withMermaid({
{text: 'Briefwahl-Service', link: `${PATH_FEATURES}briefwahl-service/`},
{text: 'Infomanagement-Service', link: `${PATH_FEATURES}infomanagement-service/`},
{text: 'EAI-Service', link: `${PATH_FEATURES}eai-service/`},
{text: 'Wahlvorstand-Service', link: `${PATH_FEATURES}wahlvorstand-service/`},
]
},

Expand Down
15 changes: 15 additions & 0 deletions docs/src/features/wahlvorstand-service/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Wahlvorstand-Service

Service für Themen im Zusammenhang mit Wahlvorständen und Anwesenheiten.

## Abhängigkeiten

Folgende Services werden für den Betrieb benötigt:
- Basisdaten-Service
- EAI-Service
- Infomanagement-Service

## Daten und Funktionen

- Abrufen der Wahlvorstände der Wahlbezirke
- Pflege der Anwensenheiten der Wahlvorstände

0 comments on commit 5a13c7e

Please sign in to comment.