ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

[TBD] Recommend Nearby Restaurants #50

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago

In the RestaurantDetail page, we can recommend 1-3 nearest restaurants in the same city similar to Yelp's "You Might Also Consider...".

We can arrange the RecommendedRestaurant component on the right side of the page similar to GoogleMap component.

We should calculate street distance instead of bird-eye distance: https://cloud.google.com/blog/products/maps-platform/how-calculate-distances-map-maps-javascript-api

ruichen199801 commented 1 year ago

Issue closed as this will not be implemented.