SpeciesFileGroup / taxonworks

Workbench for biodiversity informatics.
http://taxonworks.org
Other
86 stars 25 forks source link

Model - TaxonName extract year to cached_year #2060

Open mjy opened 3 years ago

mjy commented 3 years ago

We need to break out cached_author_year into 2 pieces, or at minimum add cached_year.

proceps commented 3 years ago

cached_nomenclature_date added to TaxonName model. The values are still to be updated in the production table.

mjy commented 3 years ago

Changes like this might be best done on seperate branches @proceps. Sorry, I should have noted this.

mjy commented 3 years ago

@proceps we should not use date, only year (otherwise we uncertain dates will be incorrectly assigned month and day). I'm going to revert your change and rename the field. I assume there is no downstream use of this yet, I will check, but if you remember integrating please let me know here.

proceps commented 3 years ago

I put the date in nomenclatural sense, ultimately it can be use to verify nomenclatural priority. If it is not important, we can limit it to year only.