rebuild events
All checks were successful
Deploy / deploy (push) Successful in 59s

This commit is contained in:
2026-08-04 20:59:40 +02:00
parent 1a58ec91de
commit 9cfa26a031
11 changed files with 489 additions and 50 deletions

View File

@@ -22,6 +22,9 @@ Papa-Kind-Treff is a PHP-based platform for fathers. Core areas are local events
- Account email is encrypted application-side and addressed through a separate HMAC lookup hash.
- Profile address can be completed via address search or browser-based location import.
- The `Events` area now distinguishes between own events, places, and other time-limited event entries.
- `Place` hides date/time and allows opening hours or availability notes instead.
- `Other Event` supports time and first recurrence models such as daily, weekly, or selected weekdays.
- Pricing for places and other events is stored in structured child/adult price rows.
## Technical Frame
- custom front controller in `public/index.php`