BubleDevelopers / buble-server

API for Buble
0 stars 0 forks source link

Create Search Function #4

Open ChuckEzekwem opened 9 years ago

ChuckEzekwem commented 9 years ago

-Establish list of nearby places by location (each location will average rating and number of people called "bubleheads". The average rating should be adjustable for 24 hrs or 3hrs -Establish filter options (Trending, Food, Fun, Nightlife, Outdoor) and search bar. Also check the business plan for wireframes of this that can give you the concept -Establish Link to each location's Buble Wall (if a user clicks a location on the search list) but cannot interfere with. Maybe add option for a flag or report for some inappropriate.

maxdumas commented 9 years ago

@andrefisch Example route:

GET /api/locations/nearby?lat=100.43&long=65.33&radius=100&categories=trending|food&hours=3

Where each of these is a query parameter. lat, long, and radius are required, but the categories and hours are not.