-
Notifications
You must be signed in to change notification settings - Fork 2
Description
As a typical user, I want to be presented with a list view of the closest events to my specified location so that I may browse through them faster.
AC1: List view is not rendered first when a user visits the site.
AC2: Events are represented in data wells inside a larger data well, and contain all of the relevant information (Distance from location, Name, Address, date/time, RSVP?, image, favorite button/count, description, link).
AC3: A grey border around the event wells indicates that an event was created by someone who has heard of that event. A blue border indicates that an event was created by the actual host.
AC4: List initially loads the top 50 events on the first page from the 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.