Julyuk / requirements-practice-2023

0 stars 0 forks source link

Sign up form for a new user #6

Open trollidze opened 11 months ago

trollidze commented 11 months ago

As a new user, I want to be registered so that I don't need to input my personal information every time I buy items.

Date Time 10-09-2023

Pre-requisites

  1. The User is on any page of the platform
  2. The Sign up form was implemented and opened

Description The user is able to Sign up/Register on the online-shop

Acceptance criteria

  1. The new user should be able to register on the system using Sign Up form in the top-line menu
  2. The registered user will not be able to sign up on the system with the same credentials that already exist in the DB.
  3. The registered user should be notified with the message: 'This user already exists.'
  4. The sign up form should be a pop-up window with the following inputs:- Username (mandatory field). The user should be able to type text, incl. numbers and symbols. The max symbols in this field should be 20
    • Password (mandatory field). The user should be able to type text, incl. numbers and symbols. The min symbols in this field should be 8
    • The sign up form should have three buttons: Close, Sign up, and 'X' button
    • The 'X' button is in the right-top corner of the form and with the same functionality as the 'Close' button
  5. Error message for empty inputs: 'Please fill out Username and Password.'
  6. User should receive a confirmation email after successful registration
Julyuk commented 11 months ago

a minor suggestion: The Sign up form was implemented and opened

Julyuk commented 11 months ago

The sign up form should have three buttons: Close, Sign up, "x" button (on the top of the form with the same functionality as the "Close" button)

trollidze commented 11 months ago

The story updated according to the minor suggestions