This commit is contained in:
@@ -12,6 +12,8 @@ Papa-Kind-Treff is a PHP-based platform for fathers. Core areas are local events
|
||||
- The community is hierarchical: categories -> boards -> threads -> posts.
|
||||
- Moderation is separated from the normal community frontend.
|
||||
- Location features are important for local discovery.
|
||||
- The existing `events` logic remains active for now, but future growth should move toward a broader listing, place, and occurrence model.
|
||||
- Site admins get a dedicated system section for global operating and service flags.
|
||||
|
||||
## Account / Member Area
|
||||
- Profile menu currently contains `Profile`, `Children`, `Events`, `Community`, `Settings`, `Logout`.
|
||||
@@ -26,6 +28,11 @@ Papa-Kind-Treff is a PHP-based platform for fathers. Core areas are local events
|
||||
- business logic under `src/App/`
|
||||
- global frontend mainly via `public/assets/js/app.js` and `public/assets/css/app.css`
|
||||
|
||||
## New Expansion Stage: Listings and Places
|
||||
- New table base: `listing_places`, `listings`, `listing_occurrences`, `listing_prices`, `listing_benefits`, `listing_categories`
|
||||
- Goal: later distinguish between own event, partner offer, general place, and editorial event entry
|
||||
- Google is not integrated productively yet; the system is only being prepared for it via settings and data fields
|
||||
|
||||
## Maintenance Note
|
||||
- Whenever one of these files changes, the matching files in `Internal/de/` and `Internal/en/` must be kept aligned.
|
||||
- The root `README.md` acts as the startup document for new chats and should be reviewed alongside major context changes.
|
||||
|
||||
Reference in New Issue
Block a user