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

Parse unique locations from events #435

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BeniRupp
Copy link
Contributor

@BeniRupp BeniRupp commented Aug 7, 2024

We use all upcoming and all events within the last 52 weeks to figure out 'active' Hackergarten locations.

The venue of the event is used as sponsor. Later on we can add all different venues of a location to the sponsors list.

We parse the link of the meetup group from the event link with no fallback.

TODOs:

  • The citiy in the title should be replaced by the city of the address.
  • Long and Lat should be determined using the address and the openstreetmap api (used in hero-geo-location npm package).
  • Use modern JS to simplify the code.
  • Use the generated locations.json file in scripts/locations.js

We use all upcoming and all events within the last 52 weeks to figure
out 'active' Hackergarten locations.

The venue of the event is used as sponsor. Later on we can add all
different venues of a location to the sponsors list.

We parse the link of the meetup group from the event link with no
fallback.

TODOs:
- The citiy in the title should be replaced by the city of the address.
- Long and Lat should be determined using the address and the
openstreetmap api (used in hero-geo-location npm package).
- Use modern JS to simplify the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant