-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
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.
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.
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.
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.
As a logged in user, I want to be able to post new Project. When I'm on the /new-project page: I can write and submit a new project. So that I can work together on my idea with my friends.
As a logged in user, I want to be able to create a new Projects. As a logged out user, I dont want to be able to create a Project because I am a visitor.
When I'm on the /projects page: I can view a list of my posted Projects. So that I can read and interact with my project. As a logged in or logged out user, I want to be able to view a specific Project and its associated memebers.
When I'm on the /project/:id page: as a logged in user I can view the content of the Project, as well as the associated members. So that I can read and interact with the project, and add my own thoughts and and changes to the project.
As a logged in user, I want to be able to edit my Project by clicking an Edit button associated with the Project anywhere that Project appears. When I'm on the /projects, /projects/:id, or /users/:id/projects pages: I can click "Edit" to make permanent changes to my Project I have posted. So that I can fix any errors I make in my Project.
As a logged in user, I want to be able to delete my Project by clicking a Delete button associated with the Project on my projects dashboard. When I'm on the /project/:id, or /users/:id/projects pages: I can click "Delete" to permanently delete a Project I have posted. So that when I dont want my project anymore, I can easily remove it.
As a logged in user, I want to be able to create a new Post. When I'm on the /Posts page: I should be able to click on the "create post" button. I can write and submit a new post to advertise my project. So that I can share my posts with the world about my project. Viewing Posts As a logged in or logged out user, I want to be able to view a selection of the most recent post. When I'm on the /posts page: I can view the most recently posted posts. So that I can read and interact with the posts and potentially request to join a project. [Updating Post] As a logged in user, I want to be able to edit my posts by clicking an Edit button associated with the post. When I'm on the /posts/:id, or /users/:id/posts pages: I can click "Edit" to make permanent changes to post that I have posted. So that I can fix any errors I make in my posts. [Deleting Posts] As a logged in user, I want to be able to delete my posts by clicking a Delete button associated with the Post. When I'm on the /posts/:id, or /users/:id/posts pages: I can click "Delete" to permanently delete a Post I have posted. So that when Im done with a post for a project, I can easily remove it