NW-PaGe / dstt_catalog_demo

Data catalog demo for DSTT project
https://nw-page.github.io/dstt_catalog_demo/
MIT License
0 stars 2 forks source link

[FEAT]: filter Steward by single teams and allow multiple selections #8

Closed DOH-PXC5303 closed 2 weeks ago

DOH-PXC5303 commented 2 months ago

Description

Steward filter currently only allows selection of exact values found in metadata.csv. I.e., "DIQA;MEP", "DIQA", or "PHL". Instead of exact values it could be useful to be able to filter by a single team. I.e., "DIQA", "MEP", or "PHL". In the example below, "DIQA" filter would match both "DIQA" AND "DIQA;MEP". "MEP" filter would match "DIQA;MEP".

It could also be useful to allow multiple selections for steward filter (consider for other filters too?)

image

Additional Information

No response