BU-Spark / se-Symbiota-portal

The Symbiota Virtual Flora/Fauna project is an open source software project, with central goal of developing on-line tools that aid in the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklist, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and http://symbiota.org/
GNU General Public License v2.0
1 stars 3 forks source link

batch dropdown #27

Closed ttaliacc closed 1 year ago

ttaliacc commented 1 year ago

connect the batch selection to database. When the user make the selection, the corresponding images/occurrences will be displayed, and the user can navigate between the occurrences in the selected batch.

Screen Shot 2023-07-06 at 19 41 31
ttaliacc commented 1 year ago

I'm able to read batch table and get corresponding imageIds. Then, I need to read the img table and get corresponding occurrences.

Screen Shot 2023-07-06 at 19 44 42
ttaliacc commented 1 year ago

Successfully read the batches in the db, and the user can select the batch and click the buttons above to go to corresponding quick entry forms.

Screen Shot 2023-07-17 at 17 50 57