fix(dienstgrad): add ASB→Abschnittssachbearbeiter, remove non-existent ranks (FA/FF/BOI/BAM variants), sync DB constraint, TS types, and display map

This commit is contained in:
Matthias Hochmeister
2026-04-15 19:26:21 +02:00
parent eb2342684e
commit c1de8bd163
6 changed files with 112 additions and 48 deletions

View File

@@ -4,13 +4,11 @@
// ----------------------------------------------------------------
export const DIENSTGRAD_VALUES = [
'Feuerwehranwärter',
'Jugendfeuerwehrmann',
'Probefeuerwehrmann',
'Feuerwehrmann',
'Feuerwehrfrau',
'Oberfeuerwehrmann',
'Oberfeuerwehrfrau',
'Hauptfeuerwehrmann',
'Hauptfeuerwehrfrau',
'Löschmeister',
'Oberlöschmeister',
'Hauptlöschmeister',
@@ -19,8 +17,12 @@ export const DIENSTGRAD_VALUES = [
'Hauptbrandmeister',
'Brandinspektor',
'Oberbrandinspektor',
'Brandoberinspektor',
'Brandamtmann',
'Verwaltungsmeister',
'Oberverwaltungsmeister',
'Hauptverwaltungsmeister',
'Verwalter',
'Sachbearbeiter',
'Abschnittssachbearbeiter',
] as const;
export const STATUS_VALUES = [