Skip to content

feat(transaction): implement transfer transaction infrastructure #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PouriaMoradi021
Copy link
Contributor

  • Added TransferTransactionRemoteDataSource and its implementation.
  • Created TransferTransactionModel and TransferTransactionEntity.
  • Implemented TransferTransactionMapper for data transformation.
  • Developed TransferTransactionRepositoryImpl for data handling.
  • Introduced TransferTransactionService for remote service calls.
  • Established BLoC architecture with GetTransferBloc, GetTransferEvent, and GetTransferState for managing transfer transaction state.
  • inject dependencies of tranfer transaction sub module in loactor

@PouriaMoradi021 PouriaMoradi021 linked an issue Apr 10, 2025 that may be closed by this pull request
@PouriaMoradi021 PouriaMoradi021 self-assigned this Apr 10, 2025
@PouriaMoradi021 PouriaMoradi021 added the feature Add/Create new feature label Apr 10, 2025
@esmaeil-ahmadipour esmaeil-ahmadipour marked this pull request as draft April 11, 2025 09:45
- Added `TransferTransactionRemoteDataSource` and its implementation.
- Created `TransferTransactionModel` and `TransferTransactionEntity`.
- Implemented `TransferTransactionMapper` for data transformation.
- Developed `TransferTransactionRepositoryImpl` for data handling.
- Introduced `TransferTransactionService` for remote service calls.
- Established BLoC architecture with `GetTransferBloc`, `GetTransferEvent`, and `GetTransferState` for managing transfer transaction state.
- inject dependencies of tranfer transaction sub module in `loactor`
@esmaeil-ahmadipour esmaeil-ahmadipour force-pushed the feat/implement-transfer-section branch from d76da17 to 8a516d9 Compare August 7, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add/Create new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Transfer section from Transation feature
3 participants