nadinebo / CPSC304

1 stars 0 forks source link

Customer Registration (#4) #9

Open nicole-wright opened 9 years ago

nicole-wright commented 9 years ago

Description

As a Customer, I would like to register for the online store, so that my information can be saved for future shopping, and I can track my usage history

Priority: 1

Acceptance Criteria

Customers visiting the site must register for an account or login to continue shopping Customers are greeted with a form to input their information After submitting valid information the customer is logged in Upon submitting invalid information a customer is informed of their error, with an apology and asked to try again Upon submitting a username that is already in the system, the user is informed that the username already exists, and is asked to try a different username.
An Email my password button is available to email the customer their login information

Testing plan

prove that submitted user information is sanitized prove that new customer information is stored in the database prove that the system is logs in users after registration prove that visual elements respond to activation in a predictable and logical manner

Story points: 5

Tasks

Create Customers table in SQL