hms-dbmi-cellenics / issues

This repository is used to report and track issues
1 stars 0 forks source link

Fix usability of Data Management module for accounts with many experiments #39

Closed gerbeldo closed 5 months ago

gerbeldo commented 10 months ago

Background The data management module is almost unusable for accounts with a very large number of experiments. Data management freezes. Implementing list virtualization, instead of loading the entire list of experiments should solve the issue.

As a first attempt, the solution should be similar to what we have in the samples table, we want to use a virtualized list to display. (in the samples table we have a virtualized table with way more functionality than what we need for this case, I would suggest not trying to reuse what we have for the table if you find a simpler option).

Goal Implement list virtualization in the Data Management projects list