13 lines
559 B
Markdown
13 lines
559 B
Markdown
# Learnings
|
|
|
|
Corrections, insights, and knowledge gaps captured during development.
|
|
|
|
**Categories**: correction | insight | knowledge_gap | best_practice
|
|
|
|
---
|
|
|
|
## 2026-05-19: Nie direkt auf dem Testserver entwickeln
|
|
- **Was passiert:** MVC-Refactoring (Issue #46) direkt in `/var/www/test/html/` gemacht statt im Git-Repo
|
|
- **Korrektur:** Code-Änderungen IMMER im Git-Repo machen (lokal klonen, Feature-Branch, commit, push), dann auf Testumgebung deployen
|
|
- **Workflow:** Git Repo → Feature Branch → Code → Commit → Push → Deploy auf Testumgebung
|