Stevan Freeborn
0bc810cab6
feat: implement transaction handling and add integration tests for Plaid transaction handlers
2026-03-09 04:29:01 -05:00
Stevan Freeborn
3866030eae
feat: continued wip on supporting transactions
2026-03-09 04:29:01 -05:00
Stevan Freeborn
8d68bfc22a
fix(infra): don't advance account cursor unless all transactions proceed successfully
2026-03-09 04:29:01 -05:00
Stevan Freeborn
00e54c27c6
feat: rename transaction table to transactions and update related references
2026-03-09 04:29:01 -05:00
Stevan Freeborn
a9f1ced0d5
feat: add Plaid transaction handling and async queue processing
...
- introduced new migration to add Cursor column to AccountMetadata.
- updated AppDbContext model snapshot to reflect changes in the database schema.
- implemented async queue processing with ChannelAsyncQueue and AsyncQueueHostedService.
- created Plaid transaction handlers for added, modified, and removed transactions.
- developed PlaidTransactionService and PlaidTransactionSyncer for syncing transactions.
- added SyncUpdatesProcessor to handle sync updates from Plaid.
- updated tests to accommodate changes in institution and account metadata handling.
2026-03-09 04:29:01 -05:00
Stevan Freeborn
2fa34fe5ab
feat(infra): updated modeling to reflect new navigation property
2026-02-24 06:55:37 -06:00
Stevan Freeborn
2cca5c15a0
chore: run dotnet format
2026-02-15 08:16:47 -06:00
Stevan Freeborn
6b2b19cb5b
feat(infra): add create link token to plaid service
2026-02-15 07:02:01 -06:00
Stevan Freeborn
701b89d704
feat(infra): added modeling and migrations for currency code prop
2026-02-14 06:46:05 -06:00
Stevan Freeborn
29d8758ede
feat(infra): add extensions members for plaid accounts
2026-02-14 06:46:05 -06:00
Stevan Freeborn
ed7e25961c
feat(infra): add modeling to dbcontext for balance model with migrations
2026-02-14 06:46:05 -06:00
Stevan Freeborn
dad2ceb450
feat(api,core,infra): refactor endpoint routing and add institution account discovery
...
- Move login and refresh endpoints under a unified /auth route group
- Relocate institution connection logic from /accounts to /institutions
- Implement GET /institutions/{id}/available to fetch real-time Plaid
accounts
- Introduce HttpRequestBuilder utility to streamline integration testing
- Enhance PlaidService with GetAccountsAsync to support account fetching
- Clean up global usings and project structure for better domain
isolation
2026-02-14 06:46:05 -06:00
Stevan Freeborn
2fd55a55cd
fix(infra): update db model to address property name correction
2026-02-13 12:38:18 -06:00
Stevan Freeborn
a07fd24ee9
feat(infra): added plaid specific metadata and updated context to model account
2026-02-13 12:38:18 -06:00
Stevan Freeborn
c4a8aada6b
feat(infra): implement plaid service
2026-02-13 04:37:47 -06:00
Stevan Freeborn
dd08eee5a3
refactor(infra): remove unneeded qualifiers
2026-02-13 04:37:47 -06:00
Stevan Freeborn
069d019d80
feat(infra): update db context with modeling for institution and relationships
2026-02-13 04:37:47 -06:00
Stevan Freeborn
c1932246f3
feat(infra): create initial encryption implementations
2026-02-06 06:53:20 -06:00
Stevan Freeborn
4eb833d2c8
chore: add services registrations
2026-02-06 06:53:20 -06:00
Stevan Freeborn
af29df5d19
refactor(infra): move database path logic into app context
2026-02-06 06:53:20 -06:00
Stevan Freeborn
04e0a31b27
chore: remove unnecessary using
2026-02-06 06:53:20 -06:00
Stevan Freeborn
97c7847a89
chore: removed unnecessary usings
2026-02-06 06:53:20 -06:00
Stevan Freeborn
e9b1bd11bb
feat(infra): added migrations for adding properties to user model
2026-02-06 06:53:20 -06:00
Stevan Freeborn
bbe3779a53
tests: add remaining register integration tests
2026-02-03 21:04:25 -06:00
Stevan Freeborn
f12788fa37
fix: use key property
2026-02-03 21:04:25 -06:00
Stevan Freeborn
57c7a3a701
chore: configure auth schemes and add refresh token revocation migration
2026-02-03 21:04:25 -06:00
Stevan Freeborn
ce5fd1fd45
refactor(core): enhance User and RefreshToken domain models
2026-02-03 21:04:25 -06:00
Stevan Freeborn
3fbd9402c3
chore: remove OpenApi and configure JWT authentication schemes
2026-02-03 21:04:25 -06:00
Stevan Freeborn
a3264bd72d
fix: add user id prop to refresh token
2026-02-03 21:04:25 -06:00
Stevan Freeborn
18bd510e75
chore: run dotnet format
2026-02-03 04:38:40 -06:00
Stevan Freeborn
d9f0585c4c
feat(infra): add indexes with uniqueness
2026-02-03 04:38:40 -06:00
Stevan Freeborn
fcc1356d69
feat(admincli): add command for creating a user
2026-02-03 04:38:40 -06:00
Stevan Freeborn
0ce97cdec8
tests(api): add integration test for happy path when logging in
2026-02-03 04:38:40 -06:00
Stevan Freeborn
98de115259
feat(core): add password hashing and token generation interfaces
2026-02-03 04:38:40 -06:00
Stevan Freeborn
b05cc06dff
feat(api): integrate abstracted token generation and update login endpoint
2026-02-03 04:38:40 -06:00
Stevan Freeborn
a1b993bd62
feat(infra): move authentication implementations and add ITokenGenerator
2026-02-03 04:38:40 -06:00
Stevan Freeborn
1335f62ec3
feat(infra): update refresh token model
2026-02-03 04:38:40 -06:00
Stevan Freeborn
91662f5629
feat: add timestamp interceptor and infrastructure service registration
2026-02-03 04:38:40 -06:00
Stevan Freeborn
c79136fb26
refactor(infra): migrate data access and identity impelementations to infrastructure
2026-02-03 04:38:40 -06:00
Stevan Freeborn
12ae1dc33a
feat: initialize core, infra, and admin cli projects
2026-02-03 04:38:40 -06:00