Hi team,
I have worked on the bug
<https://issues.apache.org/jira/browse/AIRAVATA-2975>where String inputs to
experiments were not being shown on Experiment Summary page of the Django
portal.
However, I have a couple of doubts before I decide to proceed with a PR on
the same.
1. I was testing the working of string input using already existing *Echo
*experiments. However, it takes only 1 input. Is there an application
that takes more than 1 string input so that I can test whether my
implementation works for multiple strings?
2. Am I allowed to create new experiments? If yes, on which resource
(Big Red?)
Here is my approach:
- Created a new computed property (*stringInputs*) that filters out
*experimentInputs *of type STRING from *experiment *object
- Had to do this (and not take everything from
*experimentInputs) *because
*experimentInputs* do not contain objects of type data-product
- @Christie, Marcus Aaron <[email protected]> - is it possible to
convert an obj into a data-product?
- Populate a bulleted list of *inputName: value, *if any exist
- Kept the earlier logic for displaying data-products (wrapped it in a
<template> so that it doesn't render on the DOM if no input files exist)
Here's how it looks now:
[image: image.png]
Above is from experiment *Abinit on Aug 1, 2018 3:49 PM*. First input is a
string, others are files
Thanks & Regards,
Aravind Parappil
Master of Science in Computer Science, 2020
School of Informatics, Computing, and Engineering
Indiana University Bloomington