-
Notifications
You must be signed in to change notification settings - Fork 1
User Stories
jmthorn edited this page Apr 1, 2021
·
3 revisions
- 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, username, preferred password, and confirmed 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.
- When I'm on the
- 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
/loginpage:- 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 log-in form.
- So that I can seamlessly access the site's functionality
- When I enter invalid data on the log-in 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).
- When I'm on the
- As an unregistered and unauthorized user, I would like an easy to find and clear button on both the
/signupand/loginpages to allow me to visit the site as a demo user without signing up or logging in.- When I'm on either the
/signupor/loginpages:- I can click on a Demo User button to log me in as a demp 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 as a demp 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 a login page.
- So that I can easily log out to keep my information secure.
- I can log out of my account and be redirected to a login page.
- While on any page of the site:
-
As a logged in or logged out user, I want to be able to view a selection of the most recently added books.
-
As a logged in or logged out user, I want to be able to view a specific book and its associated comments.
- When I'm on the
/books/:idpage:- I can view the content of the book, as well as the associated reviews:
- So that I can understand what people think of the book and add my own review.
- I can view the content of the book, as well as the associated reviews:
- When I'm on the
- As a logged in user, I want to be able to add a status to books to indicate whether they are "Read", "Currently Reading" or "Want to Read".
- When I am on the individual book page, I will be able to change the status.
- So they will be added to my Read, Currently Reading or Want to Read bookshelves
- When I am on the individual book page, I will be able to change the status.
- As a logged in user, I want to be able to add books to my bookshelf.
- When I'm on the
/book/:idpage:- I can add the book to my bookshelf by changing the status of the book.
- When I'm on the
- As a logged in user, I want to be able to view my bookshelves.
- When I'm on
/homeor any other page:- I can click on MyBooks in the navbar to view my bookshelves.
- When I'm on
- As a logged in user, I want to be able to add my review by clicking an Add button associated with the book
- When I'm on the
/books/:idor/users/:id/bookspages:- I can click "Add Review"
- So that I share my thought on the book.
- I can click "Add Review"
- When I'm on the
- As a logged in user, I want to be able to edit my review by clicking a Edit button associated with the book.
- When I'm on the
/books/:idor/users/:id/bookspages:- I can click "Edit" to edit a review I have posted.
- So if I want to follow-up over time and share more thoughts, I can edit my recollections.
- I can click "Edit" to edit a review I have posted.
- When I'm on the
- As a logged in user, I want to be able to delete my review by clicking a Delete button associated with the book.
- When I'm on the
/books/:idor/users/:id/bookspages:- I can click "Delete" to permanently delete a review I have posted.
- So that when I realize I shouldn't have publicly said something, I can easily remove it.
- I can click "Delete" to permanently delete a review I have posted.
- When I'm on the
- As a logged in user, I want to be add a book to the website to store on my bookshelf.
- When I'm on the
/homepage:- I can click "Add Book"
- To add a book to the database that will be visible and searchable to other logged in users.
- I can click "Add Book"
- When I'm on the
- As a logged in user, I want to be delete a book to the website eliminate it from the website permenantly.
- When I'm on the
/books/:idpage:- I can click "Delete Book"
- To delete a book from the database that will be visible and searchable to other logged in users.
- I can click "Delete Book"
- When I'm on the