Project

General

Profile

feature request #6682

Updated by Andreas Müller over 5 years ago

We need a webservice for taxon relationships returning 

  * a list of all taxon relationships for a given taxon including 

      * direction of relationship (if this taxon is the "from" taxon, the direction is "direct", otherwise it is "inverse" 
      * a Entity Holder(?) for the related taxon 
      * RelType DTO 
      * TaggedTitle for the relationship 
      * formatting type (misapplication, synonym, other tscon relationship - see below) 

  * a deduplicated list of TaggedText for misapplied names, deduplicated if name and err. sec. are equal 

 This requires a formatter for taxon relationships, which includes 

  * symbol for relationship type (depending on relation direction) 
  * related name and relation source information 

 and which differs for  

  * misapplications (only inverse - "has misapplied name"),  
  * pro parte/partial synonyms 
  * all other concept relationships 

  * tests 

 Formatting rules (as discussed with WGB): 

  * as marker for relationship citation we use "err. sec.", "syn. sec." and "rel. sec." (for now) 
  * authors must not have initials 

 Also check carefully against results discussed in #5676 


 TODOs: 

  * protologue links 
  * TODOs in code 
  * service + webservice 
  * compare with other formatters, especially reference part 

Back