Awesome job! I agree with your opinion on Yelp being imperfect for specific tastes, since it's all aggregate. What's your plan for gaining users, and getting to that critical mass?
Thanks! Learning how to grow a product is part of the next steps for me. Figuring out how to provide value before a user has a ton of friends on the site is important. One thought I've had is making featured lists from notable food critics for example.
Awesome job finishing the site! On a personal note I spend a lot of time eating out, especially at really great restaurants (5 star) all over Miami and Fort Lauderdale, FL. I would love to start adding restaurants, comments, etc. to this app but there is no real "push" for me to do that. Maybe some gamification? Points/rewards/mentions/etc. so that I feel like i'm gaining something by contributing? Just a thought. There may be other people who feel the same way
Same here. Even when I put in my zipcode, it's not finding me and dropping me at 0,0. The name of my location shows up correctly in the search box, but it returns no results and drops me in the ocean. I can scroll around the map and zoom into my city, but it finds no results.
Hm, I think I understand the problem. Back to the code to see if I can track it down. :)
Thanks! Learning how to grow a product is part of the next steps for me. Figuring out how to provide value before a user has a ton of friends on the site is important. One thought I've had is making featured lists from notable food critics for example.
Awesome job finishing the site! On a personal note I spend a lot of time eating out, especially at really great restaurants (5 star) all over Miami and Fort Lauderdale, FL. I would love to start adding restaurants, comments, etc. to this app but there is no real "push" for me to do that. Maybe some gamification? Points/rewards/mentions/etc. so that I feel like i'm gaining something by contributing? Just a thought. Th…
That is an excellent point and something I've been thinking about as well. One thought I've had is adding some sort of rating system where people who are active on the site get promoted as 'Awesome people who have good taste' (working title). I'm also thinking about ways to make the site more useful on a personal level.
I can see this being much better than Yelp. How are you doing the recommendations? Something along the lines of PageRank?
So far the site is based on location and what the people you're following have endorsed. In the future, results could also be ordered by things like number of endorsers, photos or comments.
The UI is pretty amazing. But why do the body tags appear empty when I see the view source?
Thanks! The front end uses Backbone.js so most of the content is rendered with Javascript. The backend uses Rails as an api which on page load sends along a barebones html doc for Backbone to latch on to and work its magic. You can check out the source code on GitHub - https://github.com/jendewalt/yumhacker