NHMDenmark / Mass-Digitizer

Common repo for the DaSSCo team
Apache License 2.0
1 stars 0 forks source link

NHMA: Taxon missing from spine (Bombus pascuorum tricuspis); Maybe multiple #347

Closed PipBrewer closed 1 year ago

PipBrewer commented 1 year ago

Issue

Occasionally there will be taxonomic names missing that were expected to be there.

Description

Currently the only way to mitigate this is to submit these names to the Specify admin and have them add the name to the taxonomic spine. Eventually this update will make its way into the App taxonomy. A more dynamic way of adding names would be useful. Solution to be decided.

jlegind commented 1 year ago

SELECT * FROM taxon t WHERE t.fullname = 'Bombus pascuorum tricuspis';

returns a full record on the subspecies in Specify and in SQLite embedded DB. @PipBrewer We are deriving the app taxonomy from Specify. I am wondering if we shouldn't have a standard way or process for adding these new or expected names?