whisper-money/tests/Browser
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
..
assets Improve automation rules and sync error handling 2025-12-01 10:30:22 +01:00
.gitignore Add category type field support (#2) 2025-12-01 20:19:47 +01:00
AmountInputTest.php Better input field UX 2025-11-26 11:24:37 +01:00
AuthenticationTest.php Fix improve testing 2025-11-26 11:52:01 +01:00
AutomationRuleBuilderTest.php Better input field UX 2025-11-26 11:24:37 +01:00
BankAccountsTest.php Fix improve testing 2025-11-26 11:52:01 +01:00
CategoriesTest.php Add category type field support (#2) 2025-12-01 20:19:47 +01:00
ImportTransactionsTest.php Improve automation rules and sync error handling 2025-12-01 10:30:22 +01:00
TransactionsTest.php Fix improve testing 2025-11-26 11:52:01 +01:00