pdougall1 / fun-schedular

0 stars 0 forks source link

location table and build location from facebook event data #2

Open pdougall1 opened 9 years ago

pdougall1 commented 9 years ago

Location data including Coords come back from facebook along with an id. These should be persisted.

Need to have a separate data table to handle it.

pdougall1 commented 9 years ago

Location needs a specific consideration for uniqueness. Needs to be by facebook id, probably some kind of google id, and / or lat_lng

pdougall1 commented 9 years ago

maybe just always use google places

pdougall1 commented 9 years ago

mabe in a before create action make a call to google places if a google places id isn't present. Then fill in all the place info that isn't there.

pdougall1 commented 9 years ago

Actually lets make them Venues instead. It describes the meaning better.