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

Bank Requirements #4

Closed
mohamed-taman opened this issue Sep 3, 2020 · 2 comments
Closed

Bank Requirements #4

mohamed-taman opened this issue Sep 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mohamed-taman
Copy link
Owner

mohamed-taman commented Sep 3, 2020

The following requirements should be satisfied:

  1. The API will expose an endpoint that accepts the user information (customerID, initialCredit).
  2. Once the endpoint is called, a new account will be opened connected to the user whose ID is customerID.
  3. Also, if initialCredit is not 0, a transaction will be sent to the new account.
  4. Another Endpoint will output the user information showing Name, Surname, balance, and transactions of the accounts.
@mohamed-taman mohamed-taman self-assigned this Sep 3, 2020
@mohamed-taman mohamed-taman added the enhancement New feature or request label Sep 6, 2020
@mohamed-taman mohamed-taman added this to the Harvest Bank MVP milestone Sep 6, 2020
@mohamed-taman
Copy link
Owner Author

mohamed-taman commented Sep 6, 2020

  • Points numbers 1 and 4 are done.

@mohamed-taman
Copy link
Owner Author

mohamed-taman commented Sep 6, 2020

  • Points numbers 2 and 3 are done.

mohamed-taman added a commit that referenced this issue Sep 7, 2020
…uirements_#4

Implemented all business logic and all test, closes #6 Closes #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant