Skip to content

Add Rake Tasks for Fetching Past Events #1064

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcoroth
Copy link
Collaborator

@marcoroth marcoroth commented May 21, 2025

This pull request introduces functionality to fetch and manage past meetup events alongside existing capabilities for upcoming events. We added new tasks for fetching past meetups, extending the data model and GraphQL schema to support past events, and updating the logic for handling past events.

New Rake Tasks for Past Meetups:

  • Added :fetch_past_meetups task to fetch all past meetup groups and save them to the meetups file.
  • Added :fetch_past_meetup task to fetch past meetups for a specific group by group_id.

This is in preparation to backfill the meetups so we can bring over a complete list of meetups when we migrate the data to RubyEvents.org.

@marcoroth
Copy link
Collaborator Author

I let it run for all meetup groups and committed the result in 47dc91d, might be a bit too much 🙈

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