All checks were successful
Deploy / deploy (push) Successful in 1m0s
1.6 KiB
1.6 KiB
Papa-Kind-Treff – Projektstruktur
Stand: 2026-08-04
Projektordner
config/: Konfigurationen, inklusiveprod/undstaging/partials/: Templates, aufgeteilt inlanding/undstructure/public/: Webroot mit Assets und Seiten-Entry-Pointssrc/: Backend-/Business-Logik und Kernklassendebug/: Debug-Hilfen und Logsapi/: technische EndpunkteInternal/: interne Projektdokumentation in Deutsch und Englisch
Aktuelle Strukturhinweise
- Avatar-Verwaltung:
src/App/Avatar/AvatarManager.php - aktive Styles:
src/App/Avatar/Lorelei.php,src/App/Avatar/Croodles.php - Profil-/Kinder-/Event-Logik im Mitgliederbereich:
partials/landing/account/dashboard.php - Consent- und rechtliche Texte:
public/page/datenschutz.php - System-Einstellungen:
src/App/SystemSettings.php - neue Listing-/Ort-Basis:
src/App/ListingCatalog.php - UI für Eintragstyp-Auswahl im Mitgliederbereich:
partials/landing/account/dashboard.php - Preis-, Wiederholungs-, Bild- und Ortseingabe für neue Listing-Typen:
partials/landing/account/dashboard.phpplus Speicherung insrc/App/ListingCatalog.php - Legacy-Eigen-Events wurden erweitert in
src/App/AccountPages.phpundschema.sqlum Kategorie- und Bildfelder
Dokumentationsregel
Kanonische interne Dokumentation:
Internal/de/README.mdInternal/de/PROJECT_CONTEXT.mdInternal/de/PROJECT_STRUCTURE.md- entsprechende englische Spiegel unter
Internal/en/
Zusätzlich:
README.mdim Hauptordner bleibt als Start-Doku für neue Chats bestehen.- Änderungen an der internen Struktur müssen immer in Deutsch und Englisch parallel dokumentiert werden.