Project

General

Profile

task #8419

Updated by Andreas Kohlbecker over 3 years ago

**There are different kinds of "views" for specimens lists** 

 * some of them provide a pager others do not 
 * do operate on different webservice response types (FieldUnitDto, ...) and are thus not exchangeable. 


 **The three views** 

 * Treeview (bottom up view from field unit to all derivates) detivates) #7599 
 * Specimentable: #6816, #6870, #7685, #.... 
 * Specimen page (top down view from derivate to field unit) 

 **TOD** 

 1. Decide on using a pager for the sepcimen list or not. This has to be seen also with focus on the occurrence map. IMHO the map should always show all occurrences. Now the map provides info-boxes which will technically linked with the entries in the specimen lists, so that the according list entry in turn gets focused/opened. This requires that all specimens are present in the list, or that the list can automatically scroll/jump to any specimen entry. 
 2. Unify specimen views to that all of them are working with DTO response types. 
 

Back