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

Could you produce the player list more systematically? #31

Open
freemvmt opened this issue May 8, 2020 · 2 comments
Open

Could you produce the player list more systematically? #31

freemvmt opened this issue May 8, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@freemvmt
Copy link

freemvmt commented May 8, 2020

You've hardcoded all the possible players (FAC19 + Dan) but if you wanted this to be more dynamic you could use the GitHub API a second time here to fetch the members of FAC19.

<select
onChange={handleUsername}
id="names"
className="header-form__input"
>
<option value="">Choose a name</option>
<option value="akomiqaia">Ako</option>
<option value="CampbellDocherty">Cammy</option>
<option value="Chloeh24">Chloe</option>
<option value="sofer">Dan</option>
<option value="glrta">Gio</option>
<option value="Albadylic">Gregor</option>
<option value="hannahgooding">Hannah</option>
<option value="HettieM">Hettie</option>
<option value="Ivo-Evans">Ivo</option>w{" "}
<option value="itsina96">Ina</option>
<option value="jackherizsmith">Jack</option>
<option value="jamesj-0">James</option>
<option value="Joepock123">Joe</option>
<option value="Alexreid95">Kat</option>
<option value="Lizzy-j">Lizzy</option>
<option value="oliverjam">Oli</option>
<option value="Roger-Heathcote">Roger</option>
<option value="tacotoemeck">Tom</option>
<option value="VatsKan">Vatsal</option>
<option value="yvonne-liu">Yvonne</option>
</select>

@freemvmt freemvmt added the enhancement New feature or request label May 8, 2020
@hannahgooding
Copy link
Collaborator

Is this just because you want to be part of the game @freemvmt? 😉

@freemvmt
Copy link
Author

freemvmt commented May 8, 2020

you seen me fam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants