mhelke / ChessComClubManagement

MIT License
1 stars 0 forks source link

Helper function for checking eligibility to participate in a match #14

Closed mhelke closed 1 year ago

mhelke commented 1 year ago

Per request for WORLD LEAGUE matches -

Create a helper function where Given a team match ID and club ID Return a list of players that do not qualify to play in the match. The return should be a data frame with all the relevant player stats.

Currently, this is done by calling getMatchDetailsForMatches for a single match and then calling getUserStats by passing the usernames returned by the first call. While this works, it would be easier for the user to only need to call a single function when checking one match where the ID is known.

mhelke commented 1 year ago

REQUESTED DELIVERY GOAL: 6/12/23 in time for the next World League round on 6/15/23.