TIPOFF / locations

Laravel Package for locations in markets
MIT License
0 stars 1 forks source link

GMB Data #44

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

I'm going to remove some more fields from the Locations (#42) model like we did in issue #31 and will have 2 new migrations for both GMB Details and GMB Hours that will be formatted similarly to Places Data in https://github.com/tipoff/seo/issues/22

It will be structured where we can see versions of the updates so we know what was changed when. This is extremely important in regards to the business name, address, etc. but is also important to have records of when the company's GMB listings change their hours of operation. I want to breakout out the general details into a separate table from the hours of operation table.

drewroberts commented 3 years ago

Locations should have a relationship to just the most recent gmb_details and gmb_hours entry with their location_id. This relationship should be details() and hours() respectively.