kruize / kruize-ui

Kruize Autotune UI
MIT License
6 stars 12 forks source link

Component Restructure: UsecaseSelection : needed #213

Open athiruma opened 3 days ago

athiruma commented 3 days ago

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.