TIPOFF / locations

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

Location Profile Links #52

Open drewroberts opened 3 years ago

drewroberts commented 3 years ago

Similar to User Profile Links (https://github.com/tipoff/authorization/issues/27), Locations (#42) will be updated with Links to their own webpage and to their location-specific social media profiles. I will probably call the model Profile Links because it will also be used for the profiles of Companies (https://github.com/tipoff/seo/issues/13 & https://github.com/tipoff/seo/issues/34) and potentially other polymorphic relationships.

Since these Links will depend on the Domains (https://github.com/tipoff/seo/issues/14) & Webpages (https://github.com/tipoff/seo/issues/19) models of the tipoff/seo package, it makes sense to add the model to that SEO package, which is required as a dependency in this one.