Skip to content
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

Add SDK Outbound Event Handler events for Discovery #2883

Closed
14 of 22 tasks
PaulGregoryBaker opened this issue Aug 18, 2022 · 1 comment
Closed
14 of 22 tasks

Add SDK Outbound Event Handler events for Discovery #2883

PaulGregoryBaker opened this issue Aug 18, 2022 · 1 comment
Assignees
Labels
core-dev-squad oss-bulk Mojaloop bulk implementation and support story

Comments

@PaulGregoryBaker
Copy link

PaulGregoryBaker commented Aug 18, 2022

Goal:

As a DFSP connected to Mojaloop
I would like to use the bulk transfers use case
So that I can integrate bulk load disbursement calls with my core banking system

Notes:
This story is to add the events in the SDK Outbound Event Handler to complete the Discovery part of the transfer.
This story will only have unit tests to confirm completion.

Limitations
This story covers flows steps in 6 - 27 in the sequence diagram; these are the bulk discovery calls.
I.e. from the first Post to SDK SCheme Adapter, to the first returned bulkPartyAccept results through the PUT Callback when:
AutoAcceptParty is false and
synchronous is false.

Acceptance Criteria:

  • Verify that the following events have been added
    • SDKOutboundBulkRequestReceived
    • SDKOutboundBulkPartyInfoRequested
    • PartyInfoCallbackReceived
    • PartyInfoCallbackProcessed
  • Verify the unit tests are in place

Complexity: <High|Medium|Low> > A short comment to remind the reason for the rating

Uncertainty: <High|Medium|Low> > A short comment to remind the reason for the rating


Tasks:

  • Add SDKOutboundBulkRequestReceived handler
  • Add SDKOutboundBulkPartyInfoRequested handler
  • Add PartyInfoCallbackReceived handler
  • Refactor repo code into shared lib
  • Create read only repo for domain handler
  • Add PartyInfoCallbackProcessed handler
  • Unit tests
  • Integration tests

Done

  • Acceptance Criteria pass
  • Designs are up-to date
  • Unit Tests pass
  • Integration Tests pass
  • Code Style & Coverage meets standards
  • Changes made to config (default.json) are broadcast to team and follow-up tasks added to update helm charts and other deployment config.
  • TBD

Pull Requests:

  • TBD

Follow-up:

  • N/A

Dependencies:

  • N/A

Accountability:

  • Owner: TBC
  • QA/Review: TBC
@kleyow
Copy link

kleyow commented Aug 23, 2022

Investigate HINCRBY for clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-dev-squad oss-bulk Mojaloop bulk implementation and support story
Projects
None yet
Development

No branches or pull requests

2 participants