-
Notifications
You must be signed in to change notification settings - Fork 1
User Stories
Angie Maidt edited this page Jul 27, 2022
·
1 revision
- 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
/signuppage:- I would like to be able to enter my email, and preferred password on a clearly laid out form.
- I expect the form to have fields for:
- Full name
- Location (city, state, country)
- I expect the form to have fields for:
- 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
- I would like to be able to enter my email, and preferred password on a clearly laid out form.
- When I'm on the
- 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.
- As a registered and unauthorized user, I want to be able to log in to the website via a log-in form.
- When I click the login button a modal pops up:
- 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 click the login button a modal pops up:
- 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.
- 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).
- As a logged-in user, I expect to have a profile page
/users/:idwhere I can view:- My personal info, including my:
- Full name
- Biography
- Location
- Average Rating
- Reviews
- Task Completed
- Can edit my personal info
- My personal info, including my:
- As an unregistered and unauthorized user, I would like an easy to find and clear button on both the
/signuppage and login modal to allow me to visit the site as a guest without signing up or logging in.- When I'm on either the
/signuppage or login modal:- 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.
- I can click on a Demo User button to log me in and allow me access as a normal user.
- When I'm on either the
- 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
/.- So that I can easily log out to keep my information secure.
- I can log out of my account and be redirected to
- While on any page of the site:
- As a logged in user I want to see all available tasks on the home page.
- As a logged in user I want to see all of my tasks on my profile page
- When I click on create a task button I expect to be taken to
/tasks/newpage where a form will populate.- After a complete the form I will be redirected to my tasks at
users/:id/tasks
- After a complete the form I will be redirected to my tasks at
- As the creator of the task, I will be able to edit and delete from
/tasks/:idas well as/users/:id/tasks - After I delete my task, I will be redirected to
users/:id/tasks
- When I click on create a task button I expect to be taken to
- As a logged out user, I will be able to view all tasks.
- As a logged in user, I can leave a review on a person's profile if they have completed a task for me or if I completed a task for them.
- I expect to see a review button that when pressed will populate a modal with a review form.
- As the creator of the review, I will be able to edit and delete my review at
/reviews/:id.
- As a logged in user, I can view the reviews I have made on my profile at
users/:id/reviews, as well as the reviews people have left on my tasks - As a logged out user, I can view other peoples reviews on their profile
- As a logged in and logged out user I expect to be able to see tasks sorted by their tags.
- As a logged in user when creating a task we can assign tags
- I can update/delete the tags associated to a task when editing that task.
- On the home page I expect to see the tags associated with the task.