nss-day-cohort-52 / giffygram-commando-squad

giffygram-commando-squad created by GitHub Classroom
0 stars 0 forks source link

added drop down in footer, user can select through selected user posts #31

Closed gcruz63 closed 3 years ago

gcruz63 commented 3 years ago

Changes Made

  1. modified file footer.js, to nav directory.

  2. modified file postList.js, to feed directory.

  3. modified file provider.js to data directory.

  4. modified file messageForm.js, to message directory.

  5. modified file footer.js, to include select button and functionality.

  6. modified file postList.js, to include filter post by chosen user and functionality.

  7. modified file provider.js to include export set chosen user and render page and functionality.

  8. modified file messageForm.js, to remove variable declared twice

Steps to Review

  1. Checkout this branch locally.
    git fetch --all
    git checkout gc-NavFooter
  2. Open a new Terminal tab (⌘T) and navigate to the server directory.
  3. 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

  4. View code file.

    Confirm file modifications are present as indicated above. Confirm no unused code or extraneous comments exist.

ChelseaHarrisW commented 3 years ago

Functionality works great, nice job George!