codefortulsa / website

Code For Tulsa Website Update 2022
https://www.figma.com/file/maf7XD1XhbIKlJn77P2tIS/Code-for-Tulsa-Website?node-id=0%3A1
8 stars 10 forks source link

Wireup GraphQL request to Meetup #115

Open zenlex opened 2 years ago

zenlex commented 2 years ago

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)

zenlex commented 2 years ago

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.

helmturner commented 2 years ago

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: