[ ] This was pointed out during Feb.3rd team meeting, that users should not be allowed to register PyTrade with duplicate information. And when the user fails to register, a error message should pop out.
Acceptance Scenarios
Given: A unregistered user is in sign-up page of PyTrade
When: the user entered username that already exists in the database
Then: the user should not be able to register and a error message should pop-out.
Given: A unregistered user is in sign-up page of PyTrade
When: the user entered email address that already exists in the database
Then: the user should not be able to register and a error message should pop-out.
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.
Story/Task Details
Acceptance Scenarios
Given: A unregistered user is in sign-up page of PyTrade When: the user entered username that already exists in the database Then: the user should not be able to register and a error message should pop-out.
Given: A unregistered user is in sign-up page of PyTrade When: the user entered email address that already exists in the database Then: the user should not be able to register and a error message should pop-out.
Done Done Criteria
Without any interruption of previous work, the bug fix should run without any error.