Project

General

Profile

feature request #5030

Updated by Andreas Müller about 7 years ago

Since the performance of the taxon navigator is quite slow when remote loading taxon nodes, it is required to have a more lightweight dto which contains all the necessary information. 


 


 This will require a specific hql query + service call on the service side to generate the dto as well as the corresponding implementation in the taxon navigator. 


 


 The dto should represent a tree node with access to its parent and children and the service call should allow for pre-loading the child nodes upto a certain specified depth 
 

Back