EDRN / labcas-ui

User Interface for the Laboratory Catalog and Archive Service (LabCAS)
Apache License 2.0
0 stars 0 forks source link

Virtual Views/Grouping #139

Closed hoodriverheather closed 1 year ago

hoodriverheather commented 2 years ago

Two views/groupings to start:

Group by Organ, AssayType, Site MCL PCA Pilot [Collection]

Group by Site, then ParticipantID MCL IPMN[Collection]

Draft Metadata: https://docs.google.com/spreadsheets/d/1ar2SSk4vMK-I7bVMQZK7hff83m36LtV0Eb6COz0ZSac/edit#gid=523331231

Below scenarios (thoughts dump!) were added by Asitang:

Regular File System Search: original organization: -> datasets by sites -> datasets by organs -> files (has attribute type)

Virtual FS Search: original organization: -> datasets by sites -> datasets by organs -> files (has attribute type)

want to browse by the following hierarchy: -> datasets by type -> datasets by sites -> datasets by organs -> files

Solutions:

hoodriverheather commented 2 years ago

@yuliujpl One thing I just noticed when testing. If I select a "custom" hierarchy for a collection, that "custom" hierarchy doesn't change when I move to another collection. If that new collection doesn't have that metadata, no data shows up. Is there a way to have the hierarchy "stay" with the user and the collection?

yuliujpl commented 2 years ago

Yes! Let me implement that

yuliujpl commented 2 years ago

Done in dev