amcnulty / Whoop-It-Up

A platform for viewing and creating events for the general public and friends.
https://whoopitup.herokuapp.com/
1 stars 1 forks source link

(backend) incorporate geodata with the database #76

Closed yankwong closed 6 years ago

yankwong commented 6 years ago

When creating an event, a field called geoData is being passed to the create event endpoint. This field will either be empty/null or will contain 3 fields "placeId", "latlng" and "formatted". Can we store these in our event table and grab them when we display an event?

We need this data in order to display a map on the event page