MyMidas/backend/app/services
megaproxy 6111424f47 Add category management UI and service layer
Users can now create, edit, and delete custom categories from Settings → Categories. System categories (45 built-in) are shown read-only. Backend adds update_category() and delete_category() service functions; frontend has a new categories API module and a full CRUD section in SettingsPage with filter tabs, colour picker, and delete confirmation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 11:50:28 +00:00
..
__init__.py
account_service.py Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
auth_service.py
budget_service.py
category_service.py Add category management UI and service layer 2026-04-23 11:50:28 +00:00
csv_detector.py
investment_service.py Include investment holding values in net worth and account balances 2026-04-23 10:10:19 +00:00
price_feed_service.py Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
report_service.py Include investment holding values in net worth and account balances 2026-04-23 10:10:19 +00:00
transaction_service.py