mpeng8 / PyTrade

0 stars 2 forks source link

email pattern check #22

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 an invalid e-mail address, like "gg.com, gg@,gg",etc Then: the user should see an error saying that the email address is invalid and the signup is unsuccessful.

Done Done Criteria

Without any interruption of previous work, the bug fix should run without any error.

Email Address Check Criteria

The team has decided that the email address check criteria for PyTrade is

  1. must contain @.
  2. must contain '.'

E-mail confirmation may be useful but the team has decided that we can leave it for now.