vanvalenlab / deepcell-datasets

React App for hosting curated datasets.
Other
0 stars 0 forks source link

Add a paginated table to view all experiments. #41

Closed willgraf closed 4 years ago

willgraf commented 4 years ago
Screen Shot 2020-09-11 at 11 37 31 AM

This PR adds a simple view that shows each Experiment in a paginated table. This can be easily adapted for samples as well. The "Number of Samples" column does not currently exist, as the Experiments view would have to iterate over every sample in the db to count them, as Experiments don't have the Sample information on them.

The experiment-detail view is also added to view the details of a single experiment.

Additionally, a label for the SamplesForm was fixed.

willgraf commented 4 years ago

Closing this PR in favor of #42