Project

General

Profile

feature request #7612

Updated by Andreas Müller almost 3 years ago

The DerivedUnitFacadeCacheStrategy has no support for `MediaSpecimen`s. 

 see #7608 for which the creation of a string representation has been implemented in `TypeDesignationSetManager`. 

 This implementation makes certain assumptions regarding the data: 

 * The reference reference detail of the media is placed in `media.sources.citation` and the `media.sources.citationDetail` 
 * The media can otherwise be empty 
 * A MediaSpecimen without collection is treated as published image/media 

 Even if this usage is somewhat unorthodox it is a pragmatic solution to store this data despite the fact that media specimens are not fully supported for real usecases.   

Back