This commit is contained in:
2026-04-28 15:42:05 +02:00
parent b47bb0f942
commit ee33e50e25
11 changed files with 358 additions and 17 deletions

View File

@@ -35,3 +35,21 @@ Goal: Add an administrator "Ustawienia formularza" page for editable registratio
Planned:
- `03-01`: Complete - created settings helper, admin page, deployment seed, and connected public form pricing/day options to editable settings.
- `03-02`: Complete - added "Dodatkowe informacje" textarea field to form/DB/confirmations/admin; reversed admin Reg table order; codebase mapped.
---
## Milestone v0.2: Post-Launch Form Fixes
Status: ✅ Complete
Completed: 2026-04-28
Progress: 1 of 1 phases complete (100%)
### Phase 4: Post-Launch Fixes
Status: ✅ Complete
Completed: 2026-04-28
Goal: Remove obsolete FAX field from the public form and admin views; hide room/person surcharge checkboxes when "one day without accommodation" is selected.
Planned:
- `04-01`: Complete - removed FAX field from form and admin; surcharge block hides on one-day-no-lodging; FrontController PHP 7.2 count() fix.