MyMidas/backend/app
megaproxy 8ef3bb2965 Fix audit findings: budget editing, dead code, logging, multi-currency
- Add budget editing: updateBudget() API, edit button on budget cards,
  BudgetFormModal adapted for create/update (category locked on edit)
- Remove permanently-broken POST /auth/totp/verify stub and its unused
  TOTPVerifyRequest schema
- Wire getHoldingTransactions() to AssetDetail page — transaction history
  table now shows above the candlestick chart, sorted newest-first
- Fix multi-currency net worth in account_service: account balances are
  now converted to base_currency via ExchangeRate table before summing
- Replace silent bare pass exception handlers with logger.warning() in
  transactions.py (OCR/AI pipeline) and price_feed_service.py (search)
  — ValueError in date/number regex parsing left silent (control flow)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 10:54:32 +00:00
..
api Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
core Add AI receipt scanning with OCR pipeline and debug toggle 2026-04-22 22:07:38 +00:00
db Add AI receipt scanning with OCR pipeline and debug toggle 2026-04-22 22:07:38 +00:00
ml Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
schemas Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
services Fix audit findings: budget editing, dead code, logging, multi-currency 2026-04-23 10:54:32 +00:00
workers Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
__init__.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
config.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
dependencies.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
main.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00