Skip to content

User Stories

Frema Awuku edited this page Sep 19, 2021 · 3 revisions

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 preferred password on a clearly laid out form.
      • I would like the website to log me in upon successful completion of the sign-up form. -So that I can seamlessly access the site's functionality
  • When I enter invalid data on the sign-up form:
    • I would like the website to inform me of the validations I failed to pass, and repopulate the form with my valid entries (except my password).
    • So that I can try again without needing to refill forms I entered valid data into.

Log in

  • As a registered and unauthorized 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 email and password on a clearly laid out form.
      • I would like the website to log me in upon successful completion of the lob-up form.
        • So that I can seamlessly access the site's functionality
  • When I enter invalid data on the log-up form:
    • I would like the website to inform me of the validations I failed to pass, and repopulate the form with my valid entries (except my password).
      • So that I can try again without needing to refill forms I entered valid data into.

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.

Missions

  • As a logged-in user, I would like to be able to generate 3 random missions, select my radius, select a location and accept ONE visit, and view the Google Map for my selected location.

Posts

  • As a logged-in user, I would like to be able to view others' posts, make my own posts, update my posts, and delete my posts.
  • As a unauthenticated user, I would like to be able to view the top post and be prompted to login.

Likes

  • As a logged-in user, I would like to be able to see likes on posts, like posts, and unlike posts.

Commenting

  • As a logged-in user, I would like to be able to see comments, make comments, update my comments, and delete my comments.

Explore

  • As a logged-in user, I can see all posts and interact with them.
  • As an unauthenticated user, I can see explore preview that only allows me to see limited number of users
Clone this wiki locally