feature/transcation-service #10

Merged
GW_MC merged 7 commits from feature/transcation-service into master 2026-02-26 13:01:26 +08:00
Owner
No description provided.
GW_MC added 7 commits 2026-02-26 12:54:53 +08:00
- Introduced `CreateTransactionInput`, `BulkCreateTransactionInput`, `UpdateTransactionInput`, and `TransactionFilter` structs for handling transaction creation and updates.
- Added `BulkDeleteInput` and `BulkDeleteResult` structs for bulk deletion of transactions.
- Created `TransactionStatistics` struct to encapsulate transaction statistics data.
- Established a new module for transaction types in `mod.rs`.
- Implemented `TransactionWithTags` struct in outputs for returning transactions with associated tags.
- Updated `AppState` to include a transaction service, ensuring it is initialized and accessible.
refactor(transactions): improve code formatting and error handling in transaction service methods
All checks were successful
Lint / lint-frontend (pull_request) Successful in 22s
Test / test-crates (pull_request) Successful in 1m47s
Lint / lint-crates (pull_request) Successful in 2m14s
77c6a2d156
GW_MC merged commit eb23c17ee1 into master 2026-02-26 13:01:26 +08:00
GW_MC deleted branch feature/transcation-service 2026-02-26 13:01:34 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: finwise/finwise#10