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

Edit a Post #37

Open
hannahhall opened this issue Oct 31, 2020 · 0 comments
Open

Edit a Post #37

hannahhall opened this issue Oct 31, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hannahhall
Copy link

As a author I would like to be able to modify my Posts so that I can correct mistakes or add additional content.

Given the user is viewing the Post list
When they select the option to edit an Post
Then the user should be directed to a form and given the ability to change the Post's information

Given the user is finished updating the Post information
When they click the Save button
Then the updated Post should be saved to the database
And the user should be redirected to the new Post's details page

Given the user has decided not to edit the Post
When they click the Cancel button
Then the user should be redirected back to the list page

Editable Information

  • Title
  • Content
  • Category
  • Header Image URL (optional)
@hannahhall hannahhall added the enhancement New feature or request label Oct 31, 2020
@nrg51098 nrg51098 self-assigned this Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants