Project

General

Profile

Actions

task #9599

open

remove usage of 'reference/{uuid}/nomenclaturalCitation' in portal

Added by Andreas Kohlbecker almost 3 years ago. Updated about 2 years ago.

Status:
In Progress
Priority:
Priority14
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:

10%

Estimated time:
Severity:
normal
Actions #1

Updated by Andreas Kohlbecker almost 3 years ago

  • Status changed from New to Feedback
  • Assignee changed from Andreas Kohlbecker to Andreas Müller

The tagged titles of TaxonName and TaxonBase do not include the nomenclatural reference

In the portal display of the nomenclatural reference is reqested, though:

name parts definitions:

"referencePart": {
            "reference": true,
            "microreference": true
        },

render template:

"referencePart": true,

Hence, the cdm_dataportal module needs to fetch the nomenclatural reference with citation detail separately.

These extra calls to the service could be avoided if the nomenclatural reference would be added to the tagged titles.

Actions #2

Updated by Andreas Müller almost 3 years ago

  • Assignee changed from Andreas Müller to Andreas Kohlbecker
  • % Done changed from 0 to 10

For having the nom ref in the tagged title you need to use the TaxonName.getTaggedFullTitle() method. This includes the nomenclatural source as tag of type TagEnum.reference . It does not distinguish the reference and the microreference as the microreference is somewhere in the middle of the reference. Is it needed to distinguish these 2?

Is it possible to use TaxonName.getTaggedFullTitle() or is this not possible for some reason.

By the way the above method also includes nom. status and original spelling information. (The later is still missing for accepted taxa in dataportals).

Actions #3

Updated by Andreas Kohlbecker almost 3 years ago

  • Status changed from Feedback to In Progress
  • Priority changed from Priority13 to Priority14
  • Target version changed from Release 5.25 to Release 5.45

ok, so we will modify the cdmlib-remote webservices first to make the reference with citation detail available for the dataportal.

Actions #4

Updated by Andreas Müller about 2 years ago

  • Assignee changed from Andreas Kohlbecker to Andreas Müller

Still needs adaptation at some places

Actions

Also available in: Atom PDF