nbnuk / nbn-project-hub

0 stars 3 forks source link

Species list builder #5

Open h-m-jones opened 1 year ago

h-m-jones commented 1 year ago

Dependent on Species search auto complete input box

Implement a React component that enables a user to build a list of species

Functionality

Use the species search auto complete component to search for a species Add the selected species to a list It must be possible to remove species from the list

Styling

Bootstrap 5

Props

Input: nothing Output: the list of species (may be empty)


More Info/ Background

On the records search results page

click "choose more" under "Taxon":

Image

and a (rather ugly) modal pops up. This modal allows the user to select species. It is slow and cumbersome. The React component will build up a species list in a similar sort of way but should be more slick and user friendly.

Image