Skip to the Loo, a full-stack app designed to help people find restrooms when they're on the go. Built with Node, Express, MySQL, Sequelize, and Handlebars and uses map data from two Google APIs.
I think we need a way to load additional results. Because of the way we're handling the matching of bathrooms in our database to Google Places, it is possible that the 20 results returned from Google doesn't match any of our bathrooms, so I think we should have a button to load additional results, or
We need to find a better way of loading loos such that we somehow make Google only return Places that are closest to our lat/lng and nothing else so we guarantee we have something to show? I don't know how big of an issue this is in reality if we also display a placard that says there are no loos near you, please add some, blah blah blah.
On the home page, our loo loading isn't very good
(broken out of issue #173)