nss-evening-cohort-9 / nutshell-pine

nutshell-pine created by GitHub Classroom
1 stars 1 forks source link

News feed - Update #24

Open Saul3d opened 5 years ago

Saul3d commented 5 years ago

User Story

As a user, I should be able to edit a News Feed that I added. Once I have edited the message a saved, I should see my updated message print to the page and the new message should be saved to firebase.

Acceptance Criteria

GIVEN a user wants to update a news article WHEN the user clicks the edit icon THEN a pop-up modal should display a form to the user AND all the information for the article should pre-populate in the form AND after the user edits the information and pushes a 'Save Article' button the data should update in firebase

Developer Notes