whisper-money/app/Http
Víctor Falcón a7c1bd35ef
feat: link loans to existing properties (#275)
## Summary
- add an optional linked property selector when creating loan accounts
in both the main create dialog and onboarding
- validate that only the current user's unlinked real-estate accounts
can be selected and persist the reciprocal link after loan creation
- expose linked property state in shared account props and cover the new
flow with focused loan feature tests

## Testing
- php artisan test --compact tests/Feature/LoanTest.php
- vendor/bin/pint --dirty --format agent
2026-04-13 09:51:13 +01:00
..
Controllers feat: link loans to existing properties (#275) 2026-04-13 09:51:13 +01:00
Middleware feat: link loans to existing properties (#275) 2026-04-13 09:51:13 +01:00
Requests feat: link loans to existing properties (#275) 2026-04-13 09:51:13 +01:00
Responses feat: Auto-open encryption key modal after login (#54) 2026-01-11 20:29:49 +01:00