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

What is the relationship between the image and quick entry form? #24

Closed ttaliacc closed 1 year ago

ttaliacc commented 1 year ago

Questions:

  1. How does the dependency work? Does the existence of a quick entry form depend on the existence of an image, or vice versa, or there is no dependency at all?
  2. What is the relationship between them: one to one, one to many, or many to many? (In the old entry form, where we can upload images, we can have multiple images for each entry form, and we are able to switch between images)
Tian-Tan commented 1 year ago
  1. How does the dependency work? Does the existence of a quick entry form depend on the existence of an image, or vice versa, or there is no dependency at all?
    • The image is more important
  2. What is the relationship between them: one to one, one to many, or many to many? (In the old entry form, where we can upload images, we can have multiple images for each entry form, and we are able to switch between images)
    • In rare cases there can be more than one occurrence for one image, which makes it a many to many relationship. However, generally it is the case that one image only has one occurrence, and one occurrence may have more than one image
ttaliacc commented 1 year ago

Related issues:

ttaliacc commented 1 year ago

Close this issue because it's redundant