NIAID-Data-Ecosystem / nde-portal

Discovery platform to find NIAID-related datasets and tools
Apache License 2.0
3 stars 1 forks source link

Revisit inclusion and display of additional types of records #205

Closed gtsueng closed 2 months ago

gtsueng commented 11 months ago

Currently, on the 'Dataset' type is included in the NIAID Data Portal. Previously, 'ComputationalTool' type records were also included, necessitating the ability to visually distinguish between the two types of records, as well as to filter/limit the search result by type.

We expect to include a new type which will describe the "sources" themselves. This new type, 'ResourceCatalog' (schema class name still tentative, but on UI side it should probably be called 'Source' or something similar). ResourceCatalog records will likely be ingested via the Data Discovery Engine. Similar to ComputationalTools, it will be important to revisit how this type of record is displayed, and how to filter/limit the search result to this type.

Relation to the WBS: https://github.com/NIAID-Data-Ecosystem/nde-roadmap/issues/11 https://github.com/NIAID-Data-Ecosystem/nde-roadmap/issues/12 https://github.com/NIAID-Data-Ecosystem/nde-roadmap/issues/2

Potential Dependencies: https://github.com/NIAID-Data-Ecosystem/niaid-feedback/issues/98 https://github.com/NIAID-Data-Ecosystem/niaid-feedback/issues/69

gtsueng commented 2 months ago

Implementation breakdown can be found in other GH issues: https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/218

Which have been applied to Production