ruthmoog / bee

🐝 A mobile application for surveying bumblebees.
https://purple-wood-8308.fly.dev/
MIT License
2 stars 0 forks source link

Import species list #10

Open ruthmoog opened 1 year ago

ruthmoog commented 1 year ago

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>

related to #14