mpeng8 / PyTrade

0 stars 2 forks source link

handle sign up edge case #23

Closed mongazer closed 7 years ago

mongazer commented 7 years ago

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.