Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map of companies #21

Open
krzysztofrewak opened this issue Dec 22, 2022 · 1 comment
Open

Map of companies #21

krzysztofrewak opened this issue Dec 22, 2022 · 1 comment
Labels
feature new feature to implement

Comments

@krzysztofrewak
Copy link
Member

I would like to extend resources/companies.json with geolocation data:

{
  "@blumilk": {
    "name": "Blumilk",
    "logo": "/images/companies/blumilk.png",
    "location": "Legnica",
    "coordinates": [51.20871513745668, 16.163727782274883],
    "organizer": true
  }
}

With these data we could draw a map with Laravel meetup-active companies and put smaller maps on company profile pages. In the scope of this task at least three things should be done:

  • add geolocation data to resources/companies.json file
  • prepare a builder of public/api/map.json file that would be built from all companies with coordinates and maybe narrowed down to organizers/sponsors/partakers of last X meetups
  • add maps to the frontend
@krzysztofrewak krzysztofrewak added the feature new feature to implement label Dec 22, 2022
@paulinaszkudlarek
Copy link
Contributor

paulinaszkudlarek commented Mar 10, 2023

These tasks were done in #28 - design of companies site (PR #31).

  • coordinates - added
  • builder - prepared
  • maps - added

I think we can close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature to implement
Projects
None yet
Development

No branches or pull requests

2 participants