Project

General

Profile

bug #6686

Updated by Andreas Müller almost 7 years ago

Currently they are shown as WebApplication which is not correct. 

 They should clearly show that they are for download not visualization. Or if visualization is possible like here http://gbol5.de/primer_reads/13584/edit they should be handled accordingly. 


 === 

 Also chromatograms are currently not stored correctly in the CDM. E.g. MediaRepresentationPart id=2901 ("c72a02ec-ed80-4742-9bbc-d493613cef07") in campanulaceae is stored as ImageFile which is incorrect. Datafiles should be stored as MediaRepresentationPart itself, not one of it's subclasses (but also see discussion on #6588). subclasses. 
 Also we should check if there is a suitable MIME type. Currently they are stored without MIME type. 

 === 

 We may also think about storing Chromatogramms differently. They could be stored as external links which makes it clearer that they are Files but then information like author can not be stored.

Back