The UsecaseSelection component serves the list of experiments, fetches the experiment data by experiment name and then sends data back to Monitoring. We need to maintain a new component that takes the experiment name fetches experiment data and renders it on the same page. So each component will serve its functionality without affecting another component.
The
UsecaseSelection
component serves the list of experiments, fetches the experiment data by experiment name and then sends data back toMonitoring
. We need to maintain a new component that takes the experiment name fetches experiment data and renders it on the same page. So each component will serve its functionality without affecting another component.