x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
1 stars 0 forks source link

Libpitt/22 derivedd #162

Closed libpitt closed 9 months ago

libpitt commented 9 months ago

Change log:

  1. DRY modifiedData logic to helper TABLE.flattenDataForCSV .
  2. Use rawData instead to correctly allow for building of table of descendant_datasets
  3. Create ModalOverData component
  4. Move status column object to helper in TABLE.reusableColumns for easy reuse in ModalOverData
  5. Remove UTC string

Requires: https://github.com/sennetconsortium/ingest-api/pull/285 https://github.com/hubmapconsortium/ingest-api/pull/482

maxsibilla commented 9 months ago

@libpitt It doesn't seem like the new Has Derived Datasets column sorts correctly

image
yuanzhou commented 9 months ago

@libpitt @maxsibilla When Bill and I discussed about this feature, clicking one of the derived datasets in the modal would also show all the external links instead of just one link.

Screenshot 2024-02-12 at 2 27 51 PM

In addition, do you mind also making the following tweaks?

Screenshot 2024-02-12 at 2 41 24 PM
libpitt commented 9 months ago

@yuanzhou Made those changes. Let me know if you need anything else updated.