You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (JIRA)" <ji...@apache.org> on 2019/06/28 21:10:00 UTC

[jira] [Resolved] (AIRAVATA-3029) Custom output viewers

     [ https://issues.apache.org/jira/browse/AIRAVATA-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie resolved AIRAVATA-3029.
---------------------------------------
    Resolution: Fixed

> Custom output viewers
> ---------------------
>
>                 Key: AIRAVATA-3029
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3029
>             Project: Airavata
>          Issue Type: Bug
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>             Fix For: 0.19
>
>
> Develop a way for custom output viewers to be registered as plugins in the Django portal.
> h5. TODO
> * [x] Add METADATA column to experiment_output, process_output, application_output (similar to METADATA on experiment_input, etc.)
> * [x] One problem I've encountered is that experimentOutput.metadata is consulted 'output-view-providers', but these are copied from the applicationOutput.metadata at the time of the experiment's creation. If the output-view-providers are updated on applicationOutput.metadata after the experiment is created then those aren't reflected in experimentOutput.metadata. One approach would be to merge in any output-view-providers from applicationOutput.metadata.
> * [x] add display name for output view providers
> * [x] rename the default download output view provider to just "default" since in the future we might have it do more than just download
> * [x] only add the "default" view provider if not already in the list
> * [x] only show the outputs when the experiment is completed
> * [x] provide the output file to the generate_data method



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)