• Joined on 2025-11-10
GW_MC pushed to master at GW_MC/DreamChat 2026-02-23 19:14:49 +08:00
ab02758382 feat: add implementation plan and monorepo guide for DreamChat project
fbd5c84eca Add LICENSE and README files for project documentation
Compare 2 commits »
GW_MC pushed to master at GW_MC/DreamChat 2026-02-23 18:57:02 +08:00
77ccc731be init
GW_MC created branch master in GW_MC/DreamChat 2026-02-23 18:57:01 +08:00
GW_MC created repository GW_MC/DreamChat 2026-02-23 18:56:24 +08:00
GW_MC pushed to feature/accounts-service at finwise/finwise 2026-02-23 16:51:59 +08:00
620df5780b refactor: improve HEX_COLOR_PATTERN initialization with Clippy expectation
GW_MC pushed to feature/accounts-service at finwise/finwise 2026-02-23 16:49:04 +08:00
6b987181a8 refactor: improve formatting of apply_transaction_to_balance function and add TODO for transaction service integration
GW_MC pushed to feature/accounts-service at finwise/finwise 2026-02-23 16:48:51 +08:00
bf04d8d2da feat: add recalculate_account_balance command and enhance account validation
GW_MC pushed to feature/accounts-service at finwise/finwise 2026-02-23 12:53:51 +08:00
7ffc3bac00 feat: enhance account management with filtering and validation improvements
GW_MC created pull request finwise/finwise#9 2026-02-21 11:19:09 +08:00
feat: implement account management commands and services
GW_MC created branch feature/accounts-service in finwise/finwise 2026-02-21 11:18:39 +08:00
GW_MC pushed to feature/accounts-service at finwise/finwise 2026-02-21 11:18:39 +08:00
7448bbd5e0 feat: implement account management commands and services
GW_MC pushed to master at finwise/finwise 2026-02-21 10:26:45 +08:00
8013f2ad61 Merge pull request 'feature/exchange-rate-service' (#8) from feature/exchange-rate-service into master
a0d5bae160 feat: implement on_app_start to set default exchange rate adapter in settings
f526d9ab2b fmt: fix formatting
5b3a29f615 feat: implement exchange rate commands and service integration
49291002ac test: improve error handling in assertions for currency data fetching tests
Compare 12 commits »
GW_MC merged pull request finwise/finwise#8 2026-02-21 10:26:41 +08:00
feature/exchange-rate-service
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-21 10:10:00 +08:00
a0d5bae160 feat: implement on_app_start to set default exchange rate adapter in settings
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-20 22:30:06 +08:00
f526d9ab2b fmt: fix formatting
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-20 22:26:15 +08:00
5b3a29f615 feat: implement exchange rate commands and service integration
49291002ac test: improve error handling in assertions for currency data fetching tests
Compare 2 commits »
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-20 21:40:15 +08:00
6f3c5ef106 feat: refactor ExchangeRateService to use DatabaseConnection and update service creation
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-20 21:00:23 +08:00
d57eeef78f fix: update exchange rate data types to use f64
GW_MC pushed to feature/exchange-rate-service at finwise/finwise 2026-02-20 18:19:53 +08:00
a6625fc55c feat: enhance error logging for currency fetching and adapter retrieval
GW_MC created pull request finwise/finwise#8 2026-02-20 18:15:17 +08:00
feature/exchange-rate-service