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

Wireup GraphQL request to Meetup #115

Open
5 tasks
zenlex opened this issue Aug 24, 2022 · 2 comments
Open
5 tasks

Wireup GraphQL request to Meetup #115

zenlex opened this issue Aug 24, 2022 · 2 comments
Labels
back end apis, server logic, plugins enhancement New feature or request

Comments

@zenlex
Copy link
Collaborator

zenlex commented Aug 24, 2022

The skeleton for the events index is already built on the feature/events branch.
Next steps (will accept a Techlahoma Hacktoberfest PR for each item)

  • install graphql-request as a dependency
  • configure graphql client for meetup api (only need to be able to fetch data for techlahoma events and filter to code for tulsa)
    In the getStaticProps() call on the Event index client:
  • Fetch the data and format it as needed based on event cards
  • merge it with the other event data coming from github (this functionality not implemented yet, see Feat: Event Calendar #53
  • replace the hard-coded sample data with the live data
@zenlex
Copy link
Collaborator Author

zenlex commented Aug 24, 2022

For the events page, we'd like to query the Meetup API for Techlahoma events and filter down to Code for Tulsa events and possibly other Tulsa org events. We might also want to look at CfA events, tbd.

@zenlex zenlex changed the title Install Apollo client and configure to pull Meetup data Install graphql client and configure to pull Meetup data Aug 24, 2022
@helmturner
Copy link
Collaborator

We're only issuing GraphQL queries in a limited set of circumstances, so a fully-featured GraphQL client might be overkill. Here are some ideas for a minimalist approach:

@zenlex zenlex changed the title Install graphql client and configure to pull Meetup data Wireup GraphQL request to Meetup Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end apis, server logic, plugins enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants