whisper-money/tests/Feature
Víctor Falcón 595057c66e Add dashboard analytics backend
- Create DashboardAnalyticsController with 6 analytics endpoints:
  - Net worth calculation and comparison
  - Monthly spending with period comparison
  - Cash flow (income vs expenses)
  - Net worth evolution over time
  - Account balance history
  - Top spending categories
- Add PeriodComparator service for date range comparisons
- Update DashboardController to pass categories, accounts, and banks
- Add comprehensive feature tests for all analytics endpoints
- Register analytics routes under /api/dashboard
2025-12-01 10:30:35 +01:00
..
Auth E2E Encryption 2025-11-07 14:21:25 +00:00
Console Fix improve testing 2025-11-26 11:52:01 +01:00
Settings Fix improve testing 2025-11-26 11:52:01 +01:00
Sync Save transaction source (manually_created, or imported) 2025-11-28 12:36:48 +01:00
AccountBalanceControllerTest.php Add account balances 2025-11-15 20:27:18 +01:00
AccountBalanceSyncControllerTest.php Add account balances 2025-11-15 20:27:18 +01:00
AutomationRuleTest.php Improve rule evaluator to be case insensitive 2025-11-10 12:46:17 +00:00
DashboardAnalyticsTest.php Add dashboard analytics backend 2025-12-01 10:30:35 +01:00
DashboardTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
EncryptionTest.php E2E Encryption 2025-11-07 14:21:25 +00:00
ExampleTest.php Install Pest 2025-11-07 12:01:58 +00:00
InertiaSharedDataTest.php SEO landing page 2025-11-25 11:33:11 +01:00
SitemapTest.php SEO landing page 2025-11-25 11:33:11 +01:00
TransactionTest.php Save transaction source (manually_created, or imported) 2025-11-28 12:36:48 +01:00
UserLeadTest.php Add User Lead functionality and tests 2025-11-25 10:31:25 +01:00