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

Import species list #10

Open
ruthmoog opened this issue May 9, 2023 · 0 comments
Open

Import species list #10

ruthmoog opened this issue May 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ruthmoog
Copy link
Owner

ruthmoog commented May 9, 2023

Currently the list of species is hardcoded in the HTML:

<fieldset>
    <legend>Choose a species:</legend>
    <select id="species">
        <option>Bumblebee Bombus</option>
        <option>Honeybee</option>
        <option>Common carder</option>
        <option>White-tailed agg.</option>
        <option>Red-tailed</option>
        <option>Early</option>
        <option>Buff-tailed</option>
        <option>White-tailed</option>
        <option>Garden</option>
        <option>Tree</option>
        <option>Brown-banded carder</option>
        <option>Moss carder</option>
        <option>Red-shanked</option>
        <option>Ruderal</option>
        <option>Shrill carder</option>
        <option>Short-haired</option>
</select>
</fieldset>
  • This list could be brought in dynamically
  • Maybe it can be searchable, ie filters in matches when you start typing
  • It could also be ordered based on locale and scarcity (so that the most likely seen/recorded bees are at the top of the list)

related to #14

@ruthmoog ruthmoog added this to the Nice to have... milestone May 12, 2023
@ruthmoog ruthmoog removed this from the Nice to have... milestone Jul 17, 2023
@ruthmoog ruthmoog added the enhancement New feature or request label Jul 17, 2023
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

1 participant