This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Papa-Kind-Treff – Projektstruktur
|
||||
|
||||
Stand: 2026-08-05
|
||||
Stand: 2026-08-10
|
||||
|
||||
## Projektordner
|
||||
- `config/`: Konfigurationen, inklusive `prod/` und `staging/`
|
||||
@@ -10,6 +10,8 @@ Stand: 2026-08-05
|
||||
- `debug/`: Debug-Hilfen und Logs
|
||||
- `api/`: technische Endpunkte
|
||||
- `Internal/`: interne Projektdokumentation in Deutsch und Englisch
|
||||
- `Internal/db/`: internes Datenbankschema
|
||||
- `Internal/archive/`: archivierte frühere interne Root-Dateien
|
||||
|
||||
## Aktuelle Strukturhinweise
|
||||
- Avatar-Verwaltung: `src/App/Avatar/AvatarManager.php`
|
||||
@@ -21,7 +23,7 @@ Stand: 2026-08-05
|
||||
- Kalender-Export und abonnierbarer Feed: `src/App/CalendarSync.php` plus `public/page/calendar/export.php` und `public/page/calendar/feed.php`
|
||||
- UI für getrennte Bereiche `Events` und `Ausflugsziele` im Mitgliederbereich: `partials/landing/account/dashboard.php`
|
||||
- Preis-, Bild- und Ortseingabe für Ausflugsziele sowie reduzierte Event-Maske: `partials/landing/account/dashboard.php` plus Speicherung in `src/App/ListingCatalog.php`
|
||||
- Legacy-Eigen-Events wurden erweitert in `src/App/AccountPages.php` und `schema.sql` um Kategorie- und Bildfelder
|
||||
- Legacy-Eigen-Events wurden erweitert in `src/App/AccountPages.php` und `Internal/db/schema.sql` um Kategorie- und Bildfelder
|
||||
- Kategorien-Prüfung und Zusammenführung für Seiten-Admins liegen ebenfalls in `partials/landing/account/dashboard.php` mit Logik in `src/App/ListingCatalog.php`
|
||||
|
||||
## Dokumentationsregel
|
||||
@@ -34,3 +36,4 @@ Kanonische interne Dokumentation:
|
||||
Zusätzlich:
|
||||
- `README.md` im 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.
|
||||
- Frühere interne Root-Dokumente liegen jetzt unter `Internal/archive/legacy-root-files/`.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Papa-Kind-Treff
|
||||
|
||||
Stand: 2026-08-05
|
||||
Stand: 2026-08-10
|
||||
|
||||
Papa-Kind-Treff ist eine PHP-basierte Plattform für Väter mit Fokus auf lokale Events, Termine und Treffen, Community-Austausch und einen geschützten Mitgliederbereich.
|
||||
|
||||
@@ -39,7 +39,7 @@ Papa-Kind-Treff ist eine PHP-basierte Plattform für Väter mit Fokus auf lokale
|
||||
- Templates: `partials/`
|
||||
- App-Logik: `src/App/`
|
||||
- Assets: `public/assets/`
|
||||
- Datenbankschema: `schema.sql`
|
||||
- Datenbankschema: `Internal/db/schema.sql`
|
||||
- neue Basisklassen: `src/App/SystemSettings.php`, `src/App/ListingCatalog.php`
|
||||
|
||||
## Datenschutz und Sicherheit
|
||||
@@ -61,3 +61,7 @@ Bei jeder Änderung im Projekt mitprüfen und bei Bedarf aktualisieren:
|
||||
- Die Dokumentation in `Internal/de/` und `Internal/en/` ist inhaltlich vollständig parallel zu halten.
|
||||
- Deutsch und Englisch sind beide verbindliche interne Referenzen.
|
||||
- Die Root-`README.md` im Hauptordner bleibt der feste Einstieg für neue Chats und verweist auf diese Struktur.
|
||||
|
||||
## Root-Regel
|
||||
- Im Root liegt für neue Chats inhaltlich nur noch die `README.md` als Einstieg.
|
||||
- Frühere Root-Dokumente wurden nach `Internal/archive/legacy-root-files/` verschoben.
|
||||
|
||||
Reference in New Issue
Block a user