Commit Graph
100 Commits
Author SHA1 Message Date
Stevan Freeborn c713a5448d tests(tests.common): add class library for sharing code amongst test projects 2026-03-10 07:41:23 -05:00
Stevan Freeborn 091fa6f01c feat: allow users to logout 2026-03-09 05:58:04 -05:00
Stevan Freeborn c8505081a5 chore: enable aspire to run with made mode 2026-03-09 05:58:04 -05:00
Stevan Freeborn 7afe0cf6c1 chore: add coverage directory to .gitignore 2026-03-09 04:29:01 -05:00
Stevan Freeborn 9e656b7745 refactor: remove unused using directive for Going.Plaid.Transactions in PlaidTransactionProcessorTests 2026-03-09 04:29:01 -05:00
Stevan Freeborn 76df36b18f tests(infra.tests): enhance AccountBuilder with metadata handling and expand PlaidTransactionSyncerTests 2026-03-09 04:29:01 -05:00
Stevan Freeborn 98d56fefd7 tests(infra,api): refactor to allow further config of TestApi 2026-03-09 04:29:01 -05:00
Stevan Freeborn df697ed37c tests(infra.tests): added builder classes for creating test entities 2026-03-09 04:29:01 -05:00
Stevan Freeborn 659b2bbf19 tests(infra.tests): wip on builder apis for test data 2026-03-09 04:29:01 -05:00
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 62a7dde443 feat: update account handling in add endpoint and tests 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 8222698fa8 refactor(core): make parameters non-nullable 2026-03-09 04:29:01 -05:00
Stevan Freeborn 2a378f098d tests(api.tests): fix methods broken in refactor 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 48e95e5242 refactor(api.tests): updated model names 2026-02-24 06:55:37 -06:00
Stevan Freeborn d0b0097032 feat(web): handle adding accounts to institution 2026-02-24 06:55:37 -06:00
Stevan Freeborn 81c45350e8 feat(api): include accounts in institution dto 2026-02-24 06:55:37 -06:00
Stevan Freeborn 2fa34fe5ab feat(infra): updated modeling to reflect new navigation property 2026-02-24 06:55:37 -06:00
Stevan Freeborn 0815620028 feat(core): added navigation property to institution for accounts 2026-02-24 06:55:37 -06:00
Stevan Freeborn d5b6fb3a38 tests(apphost.tests): added support for end to end testing using playwright 2026-02-23 05:56:34 -06:00
Stevan Freeborn fd2cd68d73 feat(web,api): added ability to add and then display list of institutions 2026-02-22 06:53:13 -06:00
Stevan Freeborn b4fbf16869 feat(web): finish implementing login 2026-02-21 07:32:28 -06:00
Stevan Freeborn d9130e75a4 feat(web): make things work
- setup basic login form
- setup basic add institution functionality
2026-02-21 07:32:28 -06:00
Stevan Freeborn e2537d77c4 feat(web): working on login style 2026-02-21 07:32:28 -06:00
Stevan Freeborn fcbc9e78c2 style(web): add fonts 2026-02-21 07:32:28 -06:00
Stevan Freeborn 9042cd4ead feat(web): use user store and auth service to handle logging in and persistenting user state 2026-02-21 07:32:28 -06:00
Stevan Freeborn 1c3de212ff chore(web): configure prettier to my preferences 2026-02-21 07:32:28 -06:00
Stevan Freeborn 72a534a8e0 feat(web): add composable for creating auth service 2026-02-21 07:32:28 -06:00
Stevan Freeborn 74e55b2f48 feat(web): implement user store 2026-02-21 07:32:28 -06:00
Stevan Freeborn a3dc58d19b feat(web): implement auth service 2026-02-21 07:32:28 -06:00
Stevan Freeborn 5a878bf4b3 feat(web): add small http client implementation around fetch 2026-02-21 07:32:28 -06:00
Stevan Freeborn dee331fb0d feat(web): implement initial logic to handle protected vs public routing 2026-02-21 07:32:28 -06:00
Stevan Freeborn df859b91b0 feat: add frontend with aspire integration 2026-02-17 06:19:05 -06:00
Stevan Freeborn d77e5d45f6 feat: aspirify the solution 2026-02-15 08:16:47 -06:00
Stevan Freeborn 2cca5c15a0 chore: run dotnet format 2026-02-15 08:16:47 -06:00
Stevan Freeborn ab88656c1e feat(api): implement endpoint for creating link tokens 2026-02-15 07:02:01 -06:00
Stevan Freeborn 6b2b19cb5b feat(infra): add create link token to plaid service 2026-02-15 07:02:01 -06:00
Stevan Freeborn 9c0f642f90 feat(api): support passing and persistenting currency code for balances 2026-02-14 06:46:05 -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 49e4288eba feat(core): extend balance model to store currency code 2026-02-14 06:46:05 -06:00
Stevan Freeborn 497dedf6ac feat(api): return balance info to frontend 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 6190470fe2 feat(api): initialize account with starting balance 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 e331030bb0 feat(core): add balance model 2026-02-14 06:46:05 -06:00
Stevan Freeborn 3b7830b1bc refactor(api): introduce DTOs for institutional account discovery
- Replace raw Plaid entity response with a dedicated Response wrapper
- Map Plaid accounts to AccountDto to decouple API from external SDK
models
- Update integration tests to assert against the new response structure
- Add JsonConstructors to DTO records for reliable deserialization
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 32cf48bf36 refactor(infra,api.tests): fix my null lies 2026-02-13 12:38:18 -06:00
Stevan Freeborn 502f6f61c1 feat(api): validate account institution is connected and allow adding new account 2026-02-13 12:38:18 -06:00
Stevan Freeborn 6ca90ed25a refactor(api.tests): rename variable 2026-02-13 12:38:18 -06:00
Stevan Freeborn 5192c06627 refactor(api): use convenience methods 2026-02-13 12:38:18 -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 a2e9fc3f30 fix(core): fix incorrectly named property 2026-02-13 12:38:18 -06:00
Stevan Freeborn a83dbbcc54 feat(api): add validation to prevent duplicate accounts from being added 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 2fdb849142 feat(core): add models for account 2026-02-13 12:38:18 -06:00
Stevan Freeborn 1a41c3c0b6 feat(api): implement storing connected insitution in db 2026-02-13 04:37:47 -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 7cdf87b860 tests(api.tests): pass cancellation token through delegate 2026-02-13 04:37:47 -06:00
Stevan Freeborn 8663daabae chore(api.tests): add example test settings file 2026-02-13 04:37:47 -06:00
Stevan Freeborn 0b7c33a024 fix(core): pass name of null param 2026-02-13 04:37:47 -06:00
Stevan Freeborn 823ba4dc5a chore: update example appsettings file 2026-02-13 04:37:47 -06:00
Stevan Freeborn 1d661ac409 feat(api): prevent user from connecting to same institution twice 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 3f62a246ee feat(core): add models for institution 2026-02-13 04:37:47 -06:00
Stevan Freeborn 5da1f1decf refactor(api.tests): check for correct status code first in assertion 2026-02-13 04:37:47 -06:00
Stevan Freeborn 1f5e4a319a fix(api.tests): use a serializable dictionary for xunit test case data 2026-02-13 04:37:47 -06:00
Stevan Freeborn 683ca3fac4 feat(api): add validation for connect account request 2026-02-13 04:37:47 -06:00
Stevan Freeborn e88adfd2a7 refactor(api): derive field name from property being validated 2026-02-13 04:37:47 -06:00
Stevan Freeborn 6fc8bd0366 refactor(api): rename type 2026-02-13 04:37:47 -06:00
Stevan Freeborn ab23593359 refactor(api): remove whitespace 2026-02-13 04:37:47 -06:00
Stevan Freeborn 87a68669cf feat(api): add protected connect account endpoint 2026-02-13 04:37:47 -06:00
Stevan Freeborn b4744076b7 tests: update test ring implementation 2026-02-06 06:53:20 -06:00
Stevan Freeborn 5b1a5f003e tests: add mucho tests 2026-02-06 06:53:20 -06:00
Stevan Freeborn b2086d8185 feat(admincli): add generate key command 2026-02-06 06:53:20 -06:00
Stevan Freeborn 9b4f0c6b9e refactor(api): clean up usings 2026-02-06 06:53:20 -06:00
Stevan Freeborn 259daf1e5b chore: update example settings file 2026-02-06 06:53:20 -06:00
Stevan Freeborn e02a18df00 chore: added filesystem abstraction package 2026-02-06 06:53:20 -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 f34fb5ce41 feat(core): define primary models and services for encryption 2026-02-06 06:53:20 -06:00
Stevan Freeborn 38c311bdd1 feat(core): extend user model with encryption related properties 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 47692fc946 tests: add test for calling refresh with no access token 2026-02-03 21:04:25 -06:00
Stevan Freeborn 453aa3264d tests: check for proper cookie being set in response 2026-02-03 21:04:25 -06:00
Stevan Freeborn 21d23be2ef fix: remove unnecessary using 2026-02-03 21:04:25 -06:00
Stevan Freeborn 73598111b2 feat: enable problem details responses 2026-02-03 21:04:25 -06:00
Stevan Freeborn 1b89056258 tests: add jwt token builder for testing protected endpoints 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 92b3c8e9c4 feat(api): add refresh endpoint and update global usings 2026-02-03 21:04:25 -06:00
Stevan Freeborn e12fa0111a feat(api): refactor login logic to use domain methods and cookie helpers 2026-02-03 21:04:25 -06:00