[
https://issues.apache.org/jira/browse/AIRAVATA-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269003#comment-16269003
]
Neeraj Lad commented on AIRAVATA-2595:
--------------------------------------
[~marcuschristie] let me know if the following approach sounds good:
*manage-experiments.blade.php *
1. Add another div similar to '.experiment-statistics' after the Experiment_ID
search bar.
2. Define a jQuery function searchExperiments(expidsubstring) similar to
getExperiments(). This will make an API call to
AdminController::searchExperiments().
*AdminController.php*
1. Define a php function searchExperiments() which will make a call to
AdminUtilities::search_experiment_execution_statistics(expidsubstring). It will
return the results to the view 'admin/experiment-statistics'.
*AdminUtilities.php*
1. Define a php funtion search_experiment_execution_statistics(expidsubsting)
which will make call to Airavata::searchExperimentStatistics().
*Airavata.php*
I am a bit unclear with the implementation here.
I think the approach which we discussed was different than this, and I might be
complicating some things. Am I on the right track?
> User should be able to search for experiments using the partial 'Experiment
> ID' substring and see all experiments which contain that substring.
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AIRAVATA-2595
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2595
> Project: Airavata
> Issue Type: Bug
> Reporter: Neeraj Lad
> Assignee: Neeraj Lad
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)