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

create new occurrence with(without) occurrence #45

Closed ttaliacc closed 2 months ago

ttaliacc commented 1 year ago

Every time after going to the creating new occurrence page(http://10.210.3.94:8080/collections/quickentry/occurrenceeditor.php?gotomode=1&collid=1), both the old entry form and quick entry form will fail to read the omoccurrence table(the nav string will become 0/0). Since this happens to both old and quick entry form, this should be an error the website originally had.

Screen Shot 2023-08-09 at 09 59 44
ttaliacc commented 11 months ago

Question

ttaliacc commented 10 months ago

For the quick entry form, we will have the following three situations(we always have imgid):

Now, we have batch3 as an example to implement and test the functionality. Currently, batch3 is like:

If we have no occid,

double check if it's possible for a barcode has no occid. If it is, then what the new barcode should be?

ttaliacc commented 10 months ago

Should the user have access to edit barcode? field? Currently, i just set it to not editable

ttaliacc commented 2 months ago

We decide to create new occurrences for those images that have no existing occurrence when we are doing the ingestion. So we don't need to worry about this case anymore.