hubmapconsortium / ingest-ui

HuBMAP Data Ingest Portal
https://ingest.hubmapconsortium.org
MIT License
4 stars 0 forks source link

Special handling for datasets with a large number of direct ancestors #1420

Closed yuanzhou closed 2 months ago

yuanzhou commented 2 months ago

As a result of https://github.com/hubmapconsortium/search-api/issues/788, we'll have Datasets with a large number (hundreds or even thousands) of direct ancestors. The button to edit the sources and the delete action (trash bin icon) on each source should be disabled. When editing other fields and submit the updates, direct_ancestor_uuids field should NOT be included in the request payload either.

For example: https://ingest.dev.hubmapconsortium.org/dataset/9dc2de0838a4fd3e960b35424788950d has 2500 direct ancestors.

Screenshot 2024-06-10 at 11 34 37 PM

Questions:

shirey commented 2 months ago

We won't do this right now, closing