codeforhuntsville / Frontier

A civic app for finding whats near me
http://codeforhuntsville.com/
MIT License
9 stars 7 forks source link

As a user, I'd like to see the restaurants near me denoted on a map #27

Closed chadxz closed 8 years ago

chadxz commented 9 years ago

Description

Currently we have the ability to retrieve the user's location via the HTML5 Geolocation API. We take this information, and retrieve a list of restaurants in a radius around that location, displaying the name of each to the user.

We would like to enhance this experience by displaying some sort of graphic to indicate where the restaurant is located, overlaid on top of a map.

The design of the UI/UX should take cues from the mockups that can be seen here: https://kivo.com/p/uLtqwYf8. Note: this ticket is not to implement the entire UI/UX for the mockup, only enough to meet the following requirements:

Definition of Done

This will require the backend to be modified to include the geo coordinates of each restaurant so that they can be mapped.

chadxz commented 9 years ago

@dannagle I'd like to leave these issues open until the respective features are merged into the Master branch of this repo