CSC307-W2020-Team6 / 307-Sec01-Team6

Repo for winter 2020 csc 307-01 (Matthew Jaojoco, Riley Mete, and Gabe Barney)
1 stars 0 forks source link

Account Creation #26

Open MJaojoco opened 4 years ago

MJaojoco commented 4 years ago

1. User Story

2. Which biz goal are you targeting and why?

3. Use Case Template

saraford commented 4 years ago

Please redo this using user stories, use cases, and biz goals. Follow the templates.

rmete commented 4 years ago

Happy Path (Updated)

  1. An anonymous user visits LyncUp and is presented with the Home page

  2. The anonymous user is curious and reads the About page where they find out how to create an account

  3. The anonymous clicks 'Register' and is presented with a page titled 'Join Today;

  4. The anonymous user inputs a username, email, and a strong password

  5. The user clicks 'Sign Up' and is presented with a message that says "Account created for "Username": you can now sign in

  6. The now-registered-user clicks 'Login'

  7. The registered-user inputs their username and password and clicks 'Login'

  8. The user is shown a new Home page that displays an empty calendar

rmete commented 4 years ago

Alternative Paths (Updated)

  1. An anonymous user visits LyncUp and is presented with the Home page

  2. The anonymous user is curious and reads the About page where they find out how to create an account

  3. The anonymous clicks 'Register' and is presented with a page titled 'Join Today;

  4. The anonymous user inputs a username, email, and a weak password

  5. The anonymous user clicks 'Sign Up' and is presented with an error message that states why the password is weak (too short, too common, entirely numeric)

  6. The still-anonymous user reinputs a new STRONG password and clicks 'Sign Up'

  7. The user now has an account registered with LyncUp