Open nozomione opened 2 weeks ago
In PR #383, the SearchCard-related component was refactored to accept the entire experiment data structure.
SearchCard
experiment
To maintain consistency, we want to update the SamplesTable component to accept experiment instead of selectively passing individual props.
SamplesTable
We should replace the individual props of the SamplesTable component with a new prop,experiment .
Context
In PR #383, the
SearchCard
-related component was refactored to accept the entireexperiment
data structure.To maintain consistency, we want to update the
SamplesTable
component to acceptexperiment
instead of selectively passing individual props.Problem or idea
We should replace the individual props of the
SamplesTable
component with a new prop,experiment
.Solution or next step
experiment
toSamplesTable
and remove the individual props related toexperiment
SamplesTable