Project

General

Profile

feature request #6718

Updated by Andreas Kohlbecker almost 7 years ago

Various representations of TypeDesignations are needed in the edit platform components. 

 * cdm-dataportal 
   * #5968 
   * #5947 
   * #461  
 * taxeditor 
  * #5950  
  * #6526 
  * #6413 
 * cdm-vaadin 
  * #6719 


 This includes the following requirements: 

  * 'deduplication'/grouping by FieldUnit   
  * correct ordering by type status 
  * .... 

 This should be solved consistently by one class in cdmlib instead of having separate implementations in each of the platform components. 
 The following implementations exist so far: 

 * cdm-vaadin:    [TypeDesignationConverter](https://dev.e-taxonomy.eu/redmine/projects/edit/repository/cdm-vaadin/entry/src/main/java/eu/etaxonomy/cdm/vaadin/util/converter/TypeDesignationConverter.java?utf8=%E2%9C%93&rev=develop) 


Back