Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementierung Wahlkonfiguration #168

Closed
6 of 7 tasks
dragonfly28 opened this issue Apr 22, 2024 · 0 comments · Fixed by #231
Closed
6 of 7 tasks

Implementierung Wahlkonfiguration #168

dragonfly28 opened this issue Apr 22, 2024 · 0 comments · Fixed by #231

Comments

@dragonfly28
Copy link
Contributor

dragonfly28 commented Apr 22, 2024

Controller1 -> Service2 -> Repo2 für:

  • Lesen/Speichern der Wahlkonfiguration, siehe:

  • getKonfiguration -> GetKonfiguration_BusinessActionServiceImpl -> konfigurationRepository

  • setKonfiguration -> PostKonfiguration_BusinessActionServiceImpl -> konfigurationRepository

  • Lesen der Wahlkonfiguration ohne Authorisierung, siehe:

  • getKonfigurationUnauthorized -> GetKonfigurationUnauthorized_BusinessActionServiceImpl -> konfigurationRepository

  • Lesen aller Wahlkonfigurationen, siehe:

  • getKonfigurationen -> GetKonfigurationen_BusinessActionServiceImpl -> konfigurationRepository

  • Lesen der Kennbuchstabenlisten

  • getKennbuchstabenListen -> GetKennbuchstabenListen_BusinessActionServiceImpl -> konfigurationRepository

  • Zugriffsrechte sind gepflegt

  • DB-Schema mittels Flyway aktualisiert

  • Erstellung Swagger-Beschreibung

  • gleicher Controller wie bei Implementierung von Konfiguration Wahltag #165

@dragonfly28 dragonfly28 changed the title Implementierung von Konfiguration Wahltag Implementierung Wahlkonfiguration Apr 22, 2024
@MrSebastian MrSebastian added this to the Phase 1 - Backend milestone Apr 22, 2024
@MrSebastian MrSebastian self-assigned this May 7, 2024
@MrSebastian MrSebastian linked a pull request May 14, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants