feat: implement package 1 session and validation feedback
- add session validation_errors bootstrap initialization - render global flash + validation messages in header - remove footer alert-based flash handling - persist structured validation errors across save handlers - mark NEXT_STEPS package 1 tasks as done
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
## 🎯 Für die nächsten Sessions
|
||||
|
||||
### Package 1: Fehlerbehandlung & Sessions (1-2h)
|
||||
- [ ] Session-Handling in `bootstrap.php` implementieren
|
||||
- [ ] Error-Messages in Session speichern ($SESSION['error'], $SESSION['success'])
|
||||
- [ ] Header mit Fehlermeldungen in Layout
|
||||
- [ ] Validierungsfehler anzeigen
|
||||
- [x] Session-Handling in `bootstrap.php` implementieren
|
||||
- [x] Error-Messages in Session speichern (`$_SESSION['error']`, `$_SESSION['success']`)
|
||||
- [x] Header mit Fehlermeldungen in Layout
|
||||
- [x] Validierungsfehler anzeigen
|
||||
|
||||
### Package 2: Delete-Funktionen (1h)
|
||||
- [ ] DELETE-Endpoints für alle Module
|
||||
|
||||
Reference in New Issue
Block a user