MyMidas/backend/app/api/v1
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 Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
accounts.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
admin.py Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
auth.py Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
budgets.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
categories.py Add category management UI and service layer 2026-04-23 11:50:28 +00:00
investments.py Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
predictions.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
reports.py Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
settings.py Add AI receipt scanning with OCR pipeline and debug toggle 2026-04-22 22:07:38 +00:00
transactions.py Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
users.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00