whisper-money/tests
Víctor Falcón b9abf49617
feat: Add --user and --connection filters to banking:sync command (#122)
## Summary
- Added `--user={email}` option to filter sync by a specific user's
email address
- Added `--connection={id}` option to filter sync by a specific banking
connection ID
- Both filters can be combined; when neither is provided, the command
dispatches the bulk sync job as before
- Only active, non-expired connections are synced when filters are used

## Test plan
- [x] 7 new Pest tests covering all filter scenarios (all passing)
- [x] Pint formatting passes
2026-02-13 17:35:07 +01:00
..
Browser Remove plaintext-transactions feature flag & E2E references (#116) 2026-02-13 11:10:21 +01:00
Feature feat: Add --user and --connection filters to banking:sync command (#122) 2026-02-13 17:35:07 +01:00
Unit feat: Add per-bank description formatter for bank-synced transactions (#120) 2026-02-13 09:54:58 +01:00
Pest.php chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
TestCase.php feat: Show loading spinner on landing page when in PWA mode (#96) 2026-02-02 08:28:52 +01:00