Skip to content

User Stories

ZaviarBrown edited this page Jun 17, 2021 · 5 revisions

User Stories

Users

Sign Up

  • As an unregistered and unauthorized user, I want to be able to sign up for the website via a sign-up form.
    • When I'm on the /signup page:
      • I would like to be able to enter my email, username, and password.
      • I would like the website to log me in once the form is successfully submitted.
        • So that I can seamlessly transition from being unregistered to using the site.
    • When I enter invalid data on the sign-up form:
      • I would like the website to notify me of my failed validations.
      • I would like the form fields to repopulate with my valid entries (except for the password fields)
        • So that I can resubmit without having to fill in every field again.

Log in

  • As a registered and unregistered user, I want to be able to log in to the website via a log-in form.
    • When I'm on the /login page:
      • I would like to be able to enter my username or email and password.
      • I would like the site to log me in upon successful completion of the log-in form.
    • When I enter invalid data on the log-in form:
      • I would like the site to notify me of my failed validations
      • I would like the form fields to repopulate with my valid entries (except for the password fields)
        • So that I can re-login without having to fill in every field again.

Demo User

  • As an unregistered and unauthorized user, I would like an easy to find and clear button on both the /signup and /login pages to allow me to visit the site as a guest without signing up or logging in.
    • When I'm on either the /signup or /login pages:
      • I can click on a Demo User button to log me in and allow me access as a normal user.
        • So that I can test the site's features and functionality without needing to stop and enter credentials.

Log Out

  • As a logged in user, I want to log out via an easy to find log out button on the navigation bar.
    • While on any page of the site:
      • I can log out of my account and be redirected to the splash page.
        • So that I can easily log out to keep my information secure.

Clone this wiki locally