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) 

 ## Types Editor Component 

 The types editor component is used to edit the various types which belong to a typedesignation workingset 

 * **DerivdeUnit.kindOfUnit"** we will use **"kind of unit"** in terms of the `DerivationEvent.type` to control, cdm model this is the kindofUnit, SpycimanType(DerivedUnit, MediaSpecimen) and `DerivedUnit.baseOfRecord`: `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 culture cuture = new one CULTURE_METABOLIC_INACTIVE(uuid=    ) and register it in the `RegistrationRequiredDataInserter` 

 ![](TypeFormPhycobank_TypesEditorComponent.png) 





Back