Project

General

Profile

feature request #7599

Updated by Katja Luther over 5 years ago

The specimen page should show the tree structure of the specimen. To avoid performance problems the data should be provided by DTOs.  

 * implement DTOs for FieldUnits, PreservedSpecimen/Observations, Collection, MolecularData, SequenceData 
 * Superclass ** DerivateDTO is superclass for FieldUnitDTO and PreservedSpecimen is DerivateDTO PreservedSpecimenDTO 
 * Structure is similar to cdm classes 
 * implement treeView for SpecimenData in portal 
 * first only the title of the field unit should be displayed, clicking on it should open the tree view  
 * in a next step the details of the derived units should be hidden, with the possibility to open it by clicking on the title.

Back