ebi-gene-expression-group / atlas-components

Front end components of Expression Atlas and Single Cell Expression Atlas
3 stars 3 forks source link

Implement a UI component for displaying the experiment design data in a paginated table #145

Open ke4 opened 3 months ago

ke4 commented 3 months ago

The currently used code for the experiment design tab can be found here: experiment-design. The current design looks like this:

Image

We should check if we could reuse some part of the code from that repository. We certainly have to add new code to be able to fetch paginated data from a new endpoint and display that on the UI. That endpoint is going to be implemented in this ticket: Implement an endpoint for retrieving the data for an experiment's experiment design.