modified file messageForm.js, to message directory.
modified file footer.js, to include select button and functionality.
modified file postList.js, to include filter post by chosen user and functionality.
modified file provider.js to include export set chosen user and render page and functionality.
modified file messageForm.js, to remove variable declared twice
Steps to Review
Checkout this branch locally.
git fetch --all
git checkout gc-NavFooter
Open a new Terminal tab (⌘T) and navigate to the server directory.
Test app functionality.
Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is.
open up the web page and test the button selector at the bottom of the page it should cycle through each user and only show the post made by selected user
View code file.
Confirm file modifications are present as indicated above.
Confirm no unused code or extraneous comments exist.
Changes Made
modified file
footer.js,
tonav
directory.modified file
postList.js,
tofeed
directory.modified file
provider.js
todata
directory.modified file
messageForm.js,
tomessage
directory.modified file
footer.js,
to includeselect button
and functionality.modified file
postList.js,
to includefilter post by chosen user
and functionality.modified file
provider.js
to includeexport set chosen user and render page
and functionality.modified file
messageForm.js,
to remove variable declared twice
Steps to Review