23 lines
483 B
Markdown
23 lines
483 B
Markdown
# Development Principles v0.1
|
|
|
|
## Grundprinzip
|
|
|
|
Hosting-Backoffice soll modular, verständlich, wartbar und nachvollziehbar entwickelt werden.
|
|
|
|
## Architekturprinzipien
|
|
|
|
- kein Monolith
|
|
- API-first
|
|
- Sicherheit zuerst
|
|
- kundenzentriert
|
|
- modulare Erweiterbarkeit
|
|
- Logging und Auditierung
|
|
|
|
## Erweiterbarkeit
|
|
|
|
Neue Module sollen aktivierbar, deaktivierbar und austauschbar sein.
|
|
|
|
## Ziel
|
|
|
|
Hosting-Backoffice soll langfristig professionell, stabil, verständlich und modular bleiben.
|