bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Add pagination and search in landingzones file list modal #1881

Open mikkonie opened 5 months ago

mikkonie commented 5 months ago

@Nicolai-vKuegelgen recently did a bit of stress testing on the landing zones in production. As a result, I've encountered many interesting things which probably should've been thought of while developing. See also #1872.

Suffice to say, it turns out that attempting to retrieve and display a flat list of 170 000 files does not result in a decent outcome with the current implementation :)

The landingzones UI is due to a full overhaul and with that, a more decent file browsing modal view should be added.

In the meantime, we could at least do the following:

TODO: Write a full spec

Related to #1730, which should be done first. Most likely will also require #1881.