• Joined on 2025-11-10
GW_MC pushed to master at finwise/finwise 2026-02-26 20:11:56 +08:00
aad5fd91a7 Merge pull request 'feature/tags-service' (#11) from feature/tags-service into master
5b13aa4170 fmt: reformat
fff5d61f22 chore(mod): comment out scheduled module import
0bf05b17df test(tags): add unit tests for tag creation, retrieval, updating, and deletion
e6773e4b93 feat(tags): add get_tag_by_id command and input validation for tag creation and updates
Compare 8 commits »
GW_MC deleted branch feature/tags-service from finwise/finwise 2026-02-26 20:11:55 +08:00
GW_MC merged pull request finwise/finwise#11 2026-02-26 20:11:51 +08:00
feature/tags-service
GW_MC pushed to feature/tags-service at finwise/finwise 2026-02-26 20:08:47 +08:00
5b13aa4170 fmt: reformat
GW_MC pushed to feature/tags-service at finwise/finwise 2026-02-26 20:01:47 +08:00
fff5d61f22 chore(mod): comment out scheduled module import
GW_MC created pull request finwise/finwise#11 2026-02-26 19:58:14 +08:00
feature/tags-service
GW_MC pushed to feature/tags-service at finwise/finwise 2026-02-26 19:36:51 +08:00
0bf05b17df test(tags): add unit tests for tag creation, retrieval, updating, and deletion
GW_MC pushed to feature/tags-service at finwise/finwise 2026-02-26 15:05:33 +08:00
e6773e4b93 feat(tags): add get_tag_by_id command and input validation for tag creation and updates
c77d9f256e feat(tags): enhance tag service integration with transaction service and add CRUD operations for transaction-tag associations
92bfd01c44 feat(tags): integrate tag service into application state and command handling
Compare 3 commits »
GW_MC created branch feature/tags-service in finwise/finwise 2026-02-26 13:03:34 +08:00
GW_MC pushed to feature/tags-service at finwise/finwise 2026-02-26 13:03:34 +08:00
7b33b0637e feat(tags): implement CRUD operations for tags service
GW_MC deleted branch feature/transcation-service from finwise/finwise 2026-02-26 13:01:41 +08:00
GW_MC pushed to master at finwise/finwise 2026-02-26 13:01:33 +08:00
eb23c17ee1 Merge pull request 'feature/transcation-service' (#10) from feature/transcation-service into master
77c6a2d156 refactor(transactions): improve code formatting and error handling in transaction service methods
abc040310b refactor(tests): improve formatting of date parsing in test cases
6c0c5920ed feat(transactions): add bulk create, bulk delete, and statistics commands
d60a573c64 feat(transactions): refactor balance calculation using BalanceCalculator service
Compare 8 commits »
GW_MC merged pull request finwise/finwise#10 2026-02-26 13:01:27 +08:00
feature/transcation-service
GW_MC created pull request finwise/finwise#10 2026-02-26 12:54:54 +08:00
feature/transcation-service
GW_MC pushed to feature/transcation-service at finwise/finwise 2026-02-26 12:38:29 +08:00
77c6a2d156 refactor(transactions): improve code formatting and error handling in transaction service methods
GW_MC pushed to feature/transcation-service at finwise/finwise 2026-02-25 22:24:24 +08:00
abc040310b refactor(tests): improve formatting of date parsing in test cases
6c0c5920ed feat(transactions): add bulk create, bulk delete, and statistics commands
Compare 2 commits »
GW_MC created branch feature/transcation-service in finwise/finwise 2026-02-25 18:58:33 +08:00
GW_MC pushed to feature/transcation-service at finwise/finwise 2026-02-25 18:58:33 +08:00
d60a573c64 feat(transactions): refactor balance calculation using BalanceCalculator service
e731c45a71 feat(transactions): implement transaction management commands
bfbb771cbf feat(transactions): add input and output types for transaction management
30eb0b71cc feat: add balance calculator service module and transaction type handling
Compare 4 commits »
GW_MC pushed to master at finwise/finwise 2026-02-25 18:04:58 +08:00
4e4a656c88 Merge pull request 'feat: implement account management commands and services' (#9) from feature/accounts-service into master
3ff421c200 feat: extend setting type handling to include Language, View, DisplayMode, Theme, and DateOfWeek
75efe5768a fix: update database connection options to use ConnectOptions for improved logging
620df5780b refactor: improve HEX_COLOR_PATTERN initialization with Clippy expectation
6b987181a8 refactor: improve formatting of apply_transaction_to_balance function and add TODO for transaction service integration
Compare 8 commits »
GW_MC deleted branch feature/accounts-service from finwise/finwise 2026-02-25 18:04:57 +08:00