Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY: Create, View, Edit and Delete Posts #21

Closed
6 tasks done
Jbachtiger opened this issue Sep 26, 2022 · 1 comment
Closed
6 tasks done

USER STORY: Create, View, Edit and Delete Posts #21

Jbachtiger opened this issue Sep 26, 2022 · 1 comment

Comments

@Jbachtiger
Copy link
Owner

Jbachtiger commented Sep 26, 2022

  • As a user, I can create a new post, so that I can share my thoughts and opinions with others

  • As a user, I can view all posts, so that I can browse all content on the site

  • As a user, I can edit my posts, so that I can make changes to existing content

  • As a user, I can delete my posts, so that I can remove my content

Acceptance Criteria 1:
Given that I am a signed-in user
When I navigate to the posts section
Then I have the choice to create a new post

Acceptance Criteria 2:
Given that I am a signed-in user and have created a post
When I save my post
Then it is available for others to read

Acceptance Criteria 3:
Given that I am a user of the website
When I navigate to the posts section
Then I am presented with a list of posts

Acceptance Criteria 4
Given that I am a registered user who has created a post
When I navigate to that post
Then I have the option to edit the details and save changes

Acceptance Criteria 5
Given that I am a registered user who is logged in, and has created a post
When I navigate to the post that I would like to delete
Then I have the option to delete the post

Tasks

  • Develop a form to enable a user to submit a post
  • Develop a way to save the post
  • Develop validation methods
  • Develop a link for all users to access the posts section
  • Develop an edit button for blog posts of users who are logged in and only applicable to their blogs
  • Develop a delete post button that appears on the post page

EPIC linked to: #4

@Jbachtiger
Copy link
Owner Author

Tasks completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant