Project

General

Profile

feature request #7599

Updated by Andreas Kohlbecker over 5 years ago

The specimen tab/page section 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 for FieldUnitDTO and PreservedSpecimen is DerivateDTO 
 * 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