Skip to content

feat: Bank Sync Connector Architecture (Issue #75)#291

Open
RyanD66 wants to merge 1 commit intorohitdash08:mainfrom
RyanD66:feat/bank-sync-connector-75
Open

feat: Bank Sync Connector Architecture (Issue #75)#291
RyanD66 wants to merge 1 commit intorohitdash08:mainfrom
RyanD66:feat/bank-sync-connector-75

Conversation

@RyanD66
Copy link

@RyanD66 RyanD66 commented Mar 2, 2026

Summary

  • add a pluggable bank connector interface (BankConnector) and registry helpers
  • introduce a built-in mock connector for predictable import/refresh flows
  • add bank sync endpoints for import + refresh under /expenses/bank-sync/*
  • normalize imported transactions and reuse duplicate detection / persistence pipeline
  • document the new API surface in README

Acceptance Criteria Mapping (Issue #75)

  • Connector interface
  • Import & refresh support
  • Mock connector included

Testing

  • PYTHONPATH=packages/backend pytest -q packages/backend/tests/test_expenses.py
  • Result: 9 passed

Notes

  • local env uses Python 3.14 with wheel-only dependency install to avoid Rust toolchain build issues on macOS.

Fixes #75

…nMind issue rohitdash08#75 with connector registry, mock connector,\nand import/refresh bank sync endpoints plus tests and docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bank Sync Connector Architecture

1 participant