Skip to content

User Story - Update Articles #29

Description

@ShaneDoyleDev

EPIC: User Interaction and Content Engagement

As a user, I can update any articles I have written so that I change them if i wish to fix, correct or add something to the article's content.

T-Shirt Size: M

Acceptance Criteria

  • If the user is logged in they will see an edit icon next to the article card and article detail page.
  • When the user clicks the icon they will be taken to the article edit form.
  • The article form will be populated with the content of the existing blog post.
  • When users submit the article they will be notified of the update with a popup notification.
  • The article will be updated in the database and correctly display the updated content to the user.

Tasks

  • Design the edit icon button.
  • Ensure icon appears when user is logged in.
  • Ensure icon only appears next to article written by the logged in user or for the site admin.
  • Clicking the icon directs the user to the article edit form.
  • The article form will be populated with the content of the existing blog post.
  • The article form will validate the user input before submission.
  • The user will be notified of any invalid fields.
  • Popup notification will be displayed when the form is successfully submitted
  • Form is responsive for smaller screen sizes.

Metadata

Metadata

Assignees

Labels

must haveFeatures that are essential for the Minimum Viable Product (MVP)

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions