Closed KatrinaHoffert closed 9 years ago
Look into Fusion Tables, through google api, This seems to be what the DineSafe Toronto is using, and from the input from the Stakeholder, this is what we want to be working towards.
This carries over to M4.
As discussed today, the general plan is:
text-transform:uppercase
to the heading above the map so that "saskatoon" becomes Saskatoon.This is something Quentin has been working on, though correct me if I'm wrong. And if I remember the hangouts messages correctly I seem to remember it was already completed, but I'll leave it to him to close the ticket.
Needs optimizations, but can be considered done.
All locations have a rating that is a color: "red", "yellow", or "green". We would stylize markers for all the locations in a city based on these ratings. As a result, users can quickly view how good a location is based on the color of the map marker.
Users should be able to select a marker to view the name of the location and be able to go to the location's page.
This requires that we have a "get locations by city" method that has coordinates and ratings. The
SlimLocation
lacks ratings, so you'll have to recover the old method that gets the fullLocation
objects (from the git history). We might change theSlimLocation
in the future. Or not. We'll see.