vientang / meetup-softball

MIT License
1 stars 0 forks source link

Request for rsvp's for from meetup api #66

Closed vientang closed 5 years ago

vientang commented 5 years ago

In order to get the list of rsvp's for each game, we'll need:

  1. game id
  2. Meetup api key

Steps: Request and resolve the list of players who've rsvp'd Add them to the game data that was fetched from Meetup

vientang commented 5 years ago

Fetch for players in one of these three scenarios:

  1. On mount, fetch for players of the first game found
  2. User selects a game
  3. User submits calculated data to database, which automatically selects the next game