NSS-Day-Cohort-49 / react-nutshell-context-clique

react-nutshell-context-clique created by GitHub Classroom
0 stars 0 forks source link

Allow user to modify an existing news article #6

Open JoeShep opened 3 years ago

JoeShep commented 3 years ago

Story

As a user, I should be able to modify a news article that I previously created

Acceptance Criteria

Given a user wants to modify a news article When the user is viewing their articles Then there should be an affordance that allows the user to modify a news article

dparsley1203 commented 3 years ago

Create an edit option that appears on Articles you create. May need logic if user.id = article.userid render "edit" button.