Project

General

Profile

task #10222

Updated by Katja Luther over 1 year ago

... to improve performance and simplify dataportal rendering. If possible formatting should take place server side. 

 Open issues: how to pass configuration? 

 * huge number of parameters 
 * json configuration 

 Discussion about data, contained in DTO(s): 

 * taxonName: should everything be handled in typedLabel or in own DTO? 
   * if we have an own dto, we can add rank and rankorder index, but maybe we only need the rank string if all ordering is done serverside 
 * specimen: could we reuse or reorganize the already existing derivedUnit/fieldunit dtos? They are already implemented for the use in dataportal 

Back