farmcp / list_app

app to find and share restaurant favorites
bitelist.com
2 stars 1 forks source link

Get smarter about capturing resto data #50

Closed farmcp closed 11 years ago

farmcp commented 12 years ago
farmcp commented 12 years ago

@hc5duke I think you'd be better than me at this problem - when you get a chance

hc5duke commented 12 years ago

i dont understand this one. we already check our db on save.

farmcp commented 12 years ago

basically when we search for a place on the autocomplete we don't pre-filter restaurants. We get a whole list of places from facebook that aren't really helpful. It'd be better if we just returned things that are in our database first - that way we aren't duplicating facebook. i think in general we just need to be smarter about getting better data.

farmcp commented 12 years ago

maybe we should be merging the restaurants?

hc5duke commented 12 years ago

merge fb with regular? except for the few yelp ones all restaurants already have facebook linked

farmcp commented 12 years ago

I mean ideally if there is a way to merge our information that our users give us with the multiple facebook places that are searched for that would be ideal i think. We would basically solve data integrity issues. Also that would allow us to check our database and return one restaurant if it already existed instead of the 10s of places that fb returns currently.

farmcp commented 11 years ago

Closing this issue as I foudn a better way to filter from facebook. Will want to revisit once we allow users to create restos directly onto bitelist.