F4KER-X / TalentVault

https://talentvault.vercel.app
1 stars 2 forks source link

User Story 1: Registration Page #3

Closed JXOXO closed 1 year ago

JXOXO commented 1 year ago

As a new user, I want to create an account and fill my information in the registration page, so I can save my personal info to be seen by companies.

Include:

Tasks:

F4KER-X commented 1 year ago

AT - 1.1: Sign up V1

User Acceptance Flow

  1. User enters valid data and unused email address
  2. User clicks on Sign up button
  3. Data is sent to the database and a success message is displayed
  4. User is directed to the next page
F4KER-X commented 1 year ago

AT - 1.2: Sign up V2

User Acceptance Flow

  1. User enters already used email
  2. User clicks on Sign up button
  3. Error is displayed for the user to change the email
  4. Data is not saved and no redirection happens
F4KER-X commented 1 year ago

AT - 1.3: Sign up V3

User Acceptance Flow

  1. User leaves some fields empty
  2. User clicks on Sign up button
  3. Error is displayed to the user to fill out the remaining fields
  4. No HTTP request is made and no redirection happens
F4KER-X commented 1 year ago

AT - 1.4: Sign up V4

User Acceptance Flow

  1. User fills out the password and confirm password fields
  2. System compare both fields
  3. Fields do not match
  4. Error displayed for the user to confirm the passwords
  5. No request is made and no redirection.