Björn Fromme c582e0820a feat: move profile completeness check from login to booking flow entry
- Add profileComplete flag to User entity to avoid API calls
- Set flag during login (BpnAuthenticator) and profile save
- Check flag in IndexController when entering booking flow
- Remove ProfileCompletionSubscriber (no longer needed)

Users with incomplete profiles are only redirected when starting
a new booking, not on every login. Eliminates extra API call by
caching completeness status on the user entity.
2026-03-16 12:02:59 +01:00
2024-11-16 10:43:27 +01:00
2026-03-16 12:02:28 +01:00
2026-03-16 12:02:27 +01:00
2024-11-16 10:43:27 +01:00
2025-04-24 20:28:27 +02:00
2026-03-16 11:59:09 +01:00
2024-11-16 10:43:27 +01:00
2024-11-27 11:31:48 +01:00
2026-03-16 12:02:27 +01:00
S
Description
No description provided
10 MiB
Languages
PHP 87.6%
Twig 10.9%
JavaScript 1.1%
CSS 0.4%