80 lines
2.5 KiB
Markdown
80 lines
2.5 KiB
Markdown
# UI-ToDo: klickbare Elemente ohne Funktion
|
|
|
|
Stand: 2026-05-20
|
|
|
|
Geprüft lokal als Admin mit Demo-Login `admin@waldameisen.local`.
|
|
|
|
## Notdienst-Planung
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/page.tsx:186`
|
|
Monat zurück/vor haben keinen Handler oder Link.
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/page.tsx:196`
|
|
`Einstellungen` ist klickbar, öffnet aber nichts und navigiert nicht.
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/plan-view.tsx:135`
|
|
`Erinnerungen verschicken` im Empty-State ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/plan-view.tsx:202`
|
|
`Erinnerung an offene senden (...)` ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/plan-view.tsx:312`
|
|
`Als PDF exportieren` ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/notdienst/plan/plan-view.tsx:316`
|
|
`Plan zurücksetzen` ist ohne Funktion.
|
|
|
|
## Terminkalender
|
|
|
|
- [x] `src/app/dashboard/kalender/page.tsx:296`
|
|
Umschalter `Liste / Monat / Agenda` ändern keine Ansicht.
|
|
|
|
- [x] `src/app/dashboard/kalender/page.tsx:317`
|
|
Suche `Termine suchen` filtert aktuell nicht.
|
|
|
|
- [x] `src/app/dashboard/kalender/page.tsx:415`
|
|
Kategorie-Filterchips sind nur visuell.
|
|
|
|
- [x] `src/app/dashboard/kalender/_components/termin-list.tsx:152`
|
|
`Mehr Optionen` bei Elterndiensten ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/kalender/_components/termin-list.tsx:191`
|
|
`Mehr Optionen` bei Terminen ist ohne Funktion.
|
|
|
|
## Adressbuch
|
|
|
|
- [x] `src/app/dashboard/adressbuch/page.tsx:161`
|
|
`Sichtbarkeit` ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/adressbuch/page.tsx:193`
|
|
Suche `Familien, Namen oder E-Mail suchen` filtert aktuell nicht.
|
|
|
|
- [x] `src/app/dashboard/adressbuch/page.tsx:201`
|
|
Filterchips `Alle Gruppen`, `Mit Telefon`, `Mit Ämtern`, `Nur Opt-in` sind nur visuell.
|
|
|
|
- [x] `src/app/dashboard/adressbuch/page.tsx:334`
|
|
`Kontakt öffnen` ist ohne Funktion.
|
|
|
|
## Familienverwaltung
|
|
|
|
- [x] `src/app/dashboard/families/page.tsx:117`
|
|
`Ansicht` ist ohne Funktion.
|
|
|
|
- [x] `src/app/dashboard/families/page.tsx:133`
|
|
Suche `Familien, Eltern oder Kinder suchen` filtert aktuell nicht.
|
|
|
|
## Abwesenheiten Admin
|
|
|
|
- [x] `src/app/dashboard/admin/abwesenheiten/page.tsx:132`
|
|
Filterchips `Alle Gruppen` und `Alle Gründe` sind klickbar, aber ohne Funktion.
|
|
|
|
## Bereits angebunden / nicht auffaellig
|
|
|
|
- Dialoge und Mutationsaktionen sind bei der Pruefung nicht als No-Op aufgefallen:
|
|
- Familie anlegen/bearbeiten
|
|
- ErzieherIn anlegen/bearbeiten/loeschen
|
|
- Profil speichern
|
|
- Termin anlegen/anfragen
|
|
- Dienstplan-Zuweisungen
|
|
|