first commit

This commit is contained in:
2026-04-24 15:32:21 +02:00
commit 20d40fead4
5046 changed files with 641038 additions and 0 deletions

17
.paul/PROJECT.md Normal file
View File

@@ -0,0 +1,17 @@
# Aktualia.com.pl Registration
## Project
Legacy PHP/Smarty registration form at `/_rejestracja/` for Aktualia conference registration.
## Current Request
Update the public registration form according to:
`D:/temp/pomysloweprezenty.pl/Rejestracja na XXXV Konferencję poprawki.docx`
The changes must be persisted in the database and visible in the administrator panel.
## Constraints
- Keep the existing legacy PHP/Smarty architecture.
- Avoid broad refactors outside the registration flow.
- Preserve existing pricing/admin content management behavior unless explicitly changed by the plan.
- Treat database schema changes as deployment-critical and document them in SQL.