nss-evening-cohort-9 / nutshell-pistachio

nutshell-pistachio created by GitHub Classroom
0 stars 0 forks source link

Newsfeed - Add Article #34

Closed KeithRWalker closed 5 years ago

KeithRWalker commented 5 years ago

User Story

As a User I want to be able to add my own articles to my newsfeed. I want to be able to enter a URL, and image which will appear in my newsfeed just like another article.

AC

WHEN The user sees their newsfeed they should see a button to add an article. THEN the user should be able to click the button to bring up a modal which will prompt them to insert a url, and image to the form. THEN The user should be able to click add, and their data will be added to the firebase data, and display just as any other article, but with an indicator showing it is a custom article.

Development