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

Questions regarding the whole workflow #23

Closed ttaliacc closed 1 year ago

ttaliacc commented 1 year ago

(a) The work flow of the image part:

Talia's guess:

  1. Upload the image through the old entry form (currently, that's the only place where we can upload images)
  2. Get the corresponding image(s) from the db by occId
  3. Display the image(s) in the quick entry form
  4. Based on the image, the quick entry form is generated (which comes first? the image or the quick entry form?)

(b) Initialization workflow

How is the entire data entry process initialized? Is it something like a. Create a new collection b. Upload images (are they uploaded one-by-one or in bulk?) c. Begin data entry process

(c) Batch workflow

  1. How is an image assigned to a batch?
  2. How are the batches created initially?
Tian-Tan commented 1 year ago

The initialization step is for an admin user to upload a directory of images through FTP (bulk import). Symbiota has functions to ingest the image, team needs to enhance the ingestion to also create the transcription batch at the same time.

ttaliacc commented 1 year ago

So doesn't it mean that we shouldn't use the image upload page in the old entry form to upload images? But that page does connected to the image table we are currently using, and the logic conflict still exits. @Tian-Tan

ttaliacc commented 1 year ago

Everything is clear now, and we are making progress