Update documentation: Add Hook development section and Custom Entities overview

This commit is contained in:
2026-03-09 23:12:30 +01:00
parent 2e9db78c6e
commit 63e3841f86
3 changed files with 906 additions and 7 deletions

View File

@@ -69,6 +69,7 @@ custom/
- ✅ Entity-Entwicklung (Templates, Naming, i18n)
- ✅ Relationship-Patterns (One-to-Many, Many-to-Many, Junction)
- ✅ API-Entwicklung (REST, Custom Endpoints)
- ✅ Hook-Entwicklung (Entity Lifecycle Events)
- ✅ Workflow-Management
- ✅ Testing & Validierung
- ✅ Fehlerbehandlung & Troubleshooting
@@ -79,6 +80,7 @@ custom/
- Entity erstellen
- Relationship implementieren
- API-Endpoint entwickeln
- Hook für Validierung/Berechnung erstellen
- Fehler debuggen
---