28d38156e2
feat(03-cookie-consent): integrate CookieNoticePro with Google Consent Mode v2
...
Phase 3 complete:
- Copy CookieNoticePro library to libraries/CookieNoticePro/
- Fix bug: analytics_storage sent 'granted' instead of 'denied' on rejection
- Add Consent Mode v2 default-denied init before GTM snippet in layout-logged.php
- Fix plugin init: cookieNoticePro.init() per library docs
- Fix duplicate button label (CSS display:none for acceptBtnSettingsLabel)
- Add Bootstrap 5 compatibility reset for banner buttons
- Set regulamin link to https://bilety.brzezovka.pl/tickets/regulamin/
v0.2 Analytics & Privacy milestone complete.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-26 22:50:45 +02:00
86e712ba4f
feat(02-purchase-event-prepayment): move purchase event to przelewy24 pre-payment page
...
Phase 2 complete:
- buildPurchaseDataLayer() called in przelewy24() controller, payload passed to template
- dataLayer.push added to templates/tickets/przelewy24.php (fires at order commitment)
- dataLayer.push removed from templates/tickets/order-confirm.php
- Captures 100% of orders regardless of user returning from payment gateway
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-26 22:29:54 +02:00
5bbec72b59
docs: map existing codebase
...
- stack.md - Technologies and dependencies
- architecture.md - System design and patterns
- structure.md - Directory layout
- conventions.md - Code style and patterns
- testing.md - Test structure (none)
- integrations.md - External services
- concerns.md - Technical debt and issues
- db_schema.md - Database schema and relationships
Co-Authored-By: Claude <noreply@anthropic.com >
2026-04-26 22:15:02 +02:00
c83e67dca3
chore(paul): record git state after phase transition
2026-04-19 20:32:51 +02:00
9de042946a
feat(01-purchase-data-layer): add post-payment purchase data layer
...
Phase 1 complete:
- move purchase event to order confirmation after successful payment
- add backend purchase payload builder for transaction and ticket lines
- remove premature purchase push from przelewy24 redirect view
2026-04-19 20:32:38 +02:00