Skip to content

Conversation

hhow09
Copy link
Owner

@hhow09 hhow09 commented Mar 21, 2023

Feature

  • user should be able to deposit money
  • add account type external for double entry bookkeeping
  • when create bank account, corresponding external account of same currency should be created.
  • when deposit
    1. create transfer (from user ext account to user bank account)
    2. user's external account -= amount
    3. user's bank account += amount

TODO

  • connect to message queue to receive deposit event.
  • when user deposit success, should notify user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant