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

Create Bank Account User Story #1

Closed
eshwarhs opened this issue Sep 15, 2024 · 0 comments
Closed

Create Bank Account User Story #1

eshwarhs opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eshwarhs
Copy link
Owner

eshwarhs commented Sep 15, 2024

As a new user, I want to create a new bank account so that I can start depositing and withdrawing money.

Acceptance Criteria:

Scenario 1: Successful Account Creation
Given a user provides valid personal information,
When they request to create a new bank account,
Then a new bank account should be created with a unique account number.

Scenario 2: Duplicate Account Creation
Given a user with an existing account attempts to create a new account,
When they provide the same personal information,
Then the system should prevent the creation of a duplicate account and return an error message.

@eshwarhs eshwarhs added the enhancement New feature or request label Sep 15, 2024
@eshwarhs eshwarhs closed this as completed by moving to Done in Bank Account Demo Project Sep 16, 2024
@eshwarhs eshwarhs reopened this Sep 16, 2024
@eshwarhs eshwarhs reopened this Sep 17, 2024
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
Development

No branches or pull requests

1 participant