Files
aktualia.com.pl/.paul/ROADMAP.md
2026-04-28 15:42:05 +02:00

56 lines
2.1 KiB
Markdown

# Roadmap
## Milestone v0.1: XXXV Konferencja Registration Update
Status: ✅ Complete
Completed: 2026-04-27
Progress: 3 of 3 phases complete (100%)
### Phase 1: Registration Form Update
Status: ✅ Complete
Goal: Align the public registration form, persisted participant data, confirmation email/summary, and administrator panel with the client-provided DOCX changes.
Planned:
- `01-01`: Complete - updated registration fields, persistence, pricing/day options, admin display, and PHP migration runner.
### Phase 2: Registration Dictionary Phrases
Status: ✅ Complete
Completed: 2026-04-24
Plan count: 1/1
Goal: Move new and related registration phrases into the editable dictionary so public/admin registration wording can be managed from `/_rejestracja/Admin/Dictionary/Index`.
Planned:
- `02-01`: Complete - seeded dictionary phrases and updated registration templates to use translations.
### Phase 3: Registration Form Settings
Status: ✅ Complete
Completed: 2026-04-27
Plan count: 2/2
Goal: Add an administrator "Ustawienia formularza" page for editable registration participation days and all prices used by the public form, mail/summary output, and server-side price calculation. Also adds KSeF ID field to registration form and reverses admin Reg table order.
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.