-
Notifications
You must be signed in to change notification settings - Fork 2
User Stories
Hector Crespo edited this page Sep 6, 2023
·
2 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, 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.
- 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 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.
- 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 guest 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 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 a page displaying recent FauxTweets.
- So that I can easily log out to keep my information secure.
- I can log out of my account and be redirected to a page displaying recent FauxTweets.
- While on any page of the site:
- As a logged in user, I want to be able to post new FauxTweets.
- When I'm on the
/new-fauxtweetpage:- I can write and submit a new FauxTweet.
- So that I can share my thoughts and memes with my friends.
- I can write and submit a new FauxTweet.
- When I'm on the
-
As a logged in or logged out user, I want to be able to view a selection of the most recent FauxTweets.
- When I'm on the
/fauxtweetspage:- I can view the ten most recently posted FauxTweets.
- So that I can read and interact with the thoughts and memes of my friends.
- I can view the ten most recently posted FauxTweets.
- When I'm on the
-
As a logged in or logged out user, I want to be able to view a specific FauxTweet and its associated FauxComments and FauxLikes.
- When I'm on the
/fauxtweets/:idpage:- I can view the content of the FauxTweet, as well as the associated FauxComments and FauxLikes.
- So that I can read and interact with the thoughts and memes of my friends, and add my own thoughts and memes in the FauxComments.
- I can view the content of the FauxTweet, as well as the associated FauxComments and FauxLikes.
- When I'm on the
- As a logged in user, I want to be able to edit my FauxTweets by clicking an Edit button associated with the FauxTweet anywhere that FauxTweet appears.
- When I'm on the
/fauxtweets,/fauxtweets/:id, or/users/:id/fauxtweetspages:- I can click "Edit" to make permanent changes to FauxTweets I have posted.
- So that I can fix any errors I make in my FauxTweets.
- I can click "Edit" to make permanent changes to FauxTweets I have posted.
- When I'm on the
- As a logged in user, I want to be able to delete my FauxTweets by clicking a Delete button associated with the FauxTweet anywhere that FauxTweet appears.
- When I'm on the
/fauxtweets,/fauxtweets/:id, or/users/:id/fauxtweetspages:- I can click "Delete" to permanently delete a FauxTweet 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 FauxTweet I have posted.
- When I'm on the
- As a logged in user, I want to be able to post new comments.
- When I'm on the
/fauxtweetspage:- I should be able to click on the "create comment" button.
- I can write and submit a new comment on a FauxTweet.
- So that I can share my comments with my friends about that FauxTweet.
- When I'm on the
- As a logged in or logged out user, I want to be able to view a selection of the most recent comments on a FauxTweet.
- When I'm on the
/fauxtweetspage:- I can view the ten most recently posted comments.
- So that I can read and interact with the thoughts and memes of my friends.
- I can view the ten most recently posted comments.
- When I'm on the
- As a logged in user, I want to be able to edit my comments by clicking an Edit button associated with the FauxTweet.
- When I'm on the
/fauxtweets/:id, or/users/:id/fauxtweetspages:- I can click "Edit" to make permanent changes to comments that I have posted.
- So that I can fix any errors I make in my comments.
- I can click "Edit" to make permanent changes to comments that I have posted.
- When I'm on the
- As a logged in user, I want to be able to delete my comments by clicking a Delete button associated with the FauxTweet.
- When I'm on the
/fauxtweets/:id, or/users/:id/fauxtweetspages:- I can click "Delete" to permanently delete a Comment 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 Comment I have posted.
- When I'm on the