Project

General

Profile

feature request #6724

Updated by Andreas Kohlbecker almost 7 years ago

 
 This is a schematic concept for the editor UI 

 ![](TypeFormPhycobank_v2_ak.png) 

 * **"kind of unit"** in terms of the cdm model this is the `DerivationEvent.type`: 
   * specimen = `DerivationEventType.GATHERING_IN_SITU()`   
   * unpublished Image = no existing matching type -> create UNPUBLISHED_IMAGE (uuid=6cd5681f-0918-4ed6-89a8-bda1480dc890) and register it in the `RegistrationRequiredDataInserter` 
   * published Image = no existing matching type -> new one PUBLISHED_IMAGE(uuid=b8cba359-4202-4741-8ed8-4f17ae94b3e3) and register it in the `RegistrationRequiredDataInserter` 
   * metabolic inactive cuture = new one CULTURE_METABOLIC_INACTIVE(uuid=    ) and register it in the `RegistrationRequiredDataInserter` `DerivationEventType.CULTIVATION_EX_SITU()`

Back