mirror of
https://github.com/Jeuners/Logpy-AgentOne.git
synced 2026-09-09 15:02:33 +02:00
feat: aktives Branchen-Profil im Leitstand/Dashboard sichtbar machen
Welches Profil (PROFIL) gerade aktiv ist, stand bisher nur in der .env - im laufenden Leitstand war es unsichtbar, obwohl Kategorien und Ansage sich je nach Profil komplett unterscheiden (Praxis vs. Aufzug-Notdienst). kategorien.json bekommt ein "profil_name"-Feld (Anzeigename), neues kategorien.PROFIL_NAME laedt es. Browsertab-Titel und Header-Untertitel im Leitstand sowie Titel/Ueberschrift im Dashboard-Export zeigen es jetzt an. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EbdWYnDtyMgxsq4eN1WnrQ
This commit is contained in:
parent
8e54a58f13
commit
8621691054
5 changed files with 12 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"profil_name": "Aufzug-Notdienst",
|
||||
"kategorien": ["eingeschlossen", "stoerung", "wartung", "rueckruf", "sonstiges"],
|
||||
"kategorie_labels": {
|
||||
"eingeschlossen": "Person eingeschlossen",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"profil_name": "Hausarztpraxis",
|
||||
"kategorien": [
|
||||
"termin", "rezept", "ueberweisung", "befund",
|
||||
"verwaltung", "beschwerden", "notfall", "rueckruf", "sonstiges"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue