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 about the dropdown lists #26

Closed ttaliacc closed 1 year ago

ttaliacc commented 1 year ago
  1. Are the existing dropdown functions sufficient?
  2. What is the source of the data that populates the dropdown lists? Are they from records previously entered into the database or are they imported from a third party database?
  3. Should the user be constrained to only choose from among the options provided in the dropdowns or are they supposed to be able to enter a new value too?
ttaliacc commented 1 year ago

Can you add your related questions? @Tian-Tan Feel free to edit the existing ones.

Tian-Tan commented 1 year ago
  1. Are the existing dropdown functions sufficient?
    • Symbiota supposedly already has their own dropdown functions, so its better to leverage them.
  2. What is the source of the data that populates the dropdown lists? Are they from records previously entered into the database or are they imported from a third party database?
    • The dropdowns are NOT populated through tables, but through scanning existing values
  3. Should the user be constrained to only choose from among the options provided in the dropdowns or are they supposed to be able to enter a new value too?
    • They should not be able to enter new values.
ttaliacc commented 1 year ago

Related Issues:

ttaliacc commented 1 year ago

34 is in progress

ttaliacc commented 1 year ago

Close because of redundancy