bcfoodapp / streetfoodlove

StreetFoodLove capstone project
3 stars 1 forks source link

"Vendors Near You" page #431

Closed MakotoE closed 2 years ago

MakotoE commented 2 years ago

Closes https://github.com/bcfoodapp/streetfoodlove/issues/428.

The Vendors Near You page is accessed from the header menu. It lists vendors within a 10 mile square around the user. The list is ordered by LastLocationUpdate descending and those that are after 1 week before today are marked as being new to the area.

czhou578 commented 2 years ago

I changed the vendor location to somewhere where there are a lot of vendors, and nothing shows up in the vendors near you page. I reset the database before doing all this. Is there something wrong?

MakotoE commented 2 years ago

Check your device coordinates (using console.log) and the vendor coordinates.

czhou578 commented 2 years ago

Ok. So my address is in Issaquah, and there are no vendors in Issaquah, so is that the problem? If so, how do I change this? image

MakotoE commented 2 years ago

That is not related; that is the vendor location.

MakotoE commented 2 years ago

What is used to filter vendors is your coordinates from here.