whisper-money/app/Http/Controllers
Víctor Falcón baa77a248b
Add category type field support (#2)
* Add category type field support

- Remove default value from type column in migration
- Add type validation to StoreCategoryRequest and UpdateCategoryRequest
- Include type field in CategoryController index response
- Assign proper types to all default categories (income/expense/transfer)
- Update CategoryFactory to include type field
- Add type field to TypeScript Category interface
- Add type select field to create and edit category dialogs
- Update all category tests to include type field
- Add new tests for type field validation

All tests passing (27 category-related tests)

* Add CategoryColor enum and update validation rules

* Remove unused AccountType enum class

* Add category type column to settings page

* Remove obsolete import screenshots, add new category edit screenshot

* feat(ui): add transfer type description alerts

* feat(tests): Add .gitignore and update CategoriesTest.php for Browser tests

* fix: update transfer category UI and test

* chore: update .gitignore to include Screenshots directory

* Change category type from income to expense
2025-12-01 20:19:47 +01:00
..
Api Add dashboard analytics backend 2025-12-01 10:30:35 +01:00
Settings Add category type field support (#2) 2025-12-01 20:19:47 +01:00
Sync feat(AccountBalanceSync): Update existing balances and add new ones efficiently 2025-12-01 11:04:50 +01:00
AccountBalanceController.php Add account balances 2025-11-15 20:27:18 +01:00
Controller.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
DashboardController.php Add dashboard analytics backend 2025-12-01 10:30:35 +01:00
EncryptionController.php E2E Encryption 2025-11-07 14:21:25 +00:00
RobotsController.php SEO landing page 2025-11-25 11:33:11 +01:00
SitemapController.php SEO landing page 2025-11-25 11:33:11 +01:00
TransactionController.php feat(TransactionController): Add store method for creating transactions 2025-11-11 12:20:39 +00:00
UserLeadController.php Add lead tracking webhook implementation 2025-11-25 12:13:29 +01:00