-
Notifications
You must be signed in to change notification settings - Fork 2
Description
As a typical user, I want to be presented with a map view of the events around me so that I get a visual representation of those events.
AC1: Map view is rendered first when a user visits the site.
AC2: Using Google Maps API, events are represented by pins. Each pin is colored either blue (for events that are created by the actual host) or grey (for events that are created by someone who has heard of the event).
AC3: Each pin is clickable and when clicked, displays a data well containing all of the relevant information about the event (Distance from location, Name, Address, date/time, RSVP?, image, favorite button/count, description, link).
AC4: Map initially loads around users preferred location > detected location > location with most events within 15 miles.
AC5: Location name, location search, view toggle, and "add event" button are all displayed above the data well.