4GeeksAcademy / plant-sitter-pro-miami-68

Capstone project
5 stars 1 forks source link

Search by Zip Code feature + fixes #104

Open cesaramcolson opened 2 hours ago

cesaramcolson commented 2 hours ago

---MVP

-(Do the same for Plantsitters, try to add a filter feature that will search for jobposts within the search radius; try to include a map) Add the function of getting plantsitters near you by using the zip code (view-sitters component and client-map) / build a Plant Sitters profile card to map it (Use the length of the array to populate the number of plant sitters near you)(The profile card structure for the plant sitters should be the same as the cards for jobpost, but it will be populated with the plant sitters data) / (Future tasks) Sort the array of plant sitters according to its ratings. -The add feature button in the job-posts component should also clear the jobpost detail id / Fix the issue with the clientservice1 component that only works for the post method on rerender / add an alert if you don't select any plant. -Conditional rendering for Find Help and Find Job buttons in the homepage (if the token is in the store it will take you to provider LandingPage or clientLandingPage)