ejp-rd-vp / vp-portal-issues

0 stars 0 forks source link

Update VP Index Middleware & VP Portal aligning with metadataschema #14

Closed vabishaa closed 1 year ago

vabishaa commented 1 year ago

Describe your problem.

Align the VP Index Middleware and VP Portal with the current metadata schema

Describe the solution you'd like

Currently a hardcoded list of connected resources is used, which should be replaced by querying the VP Index Middleware. Moreover, the JSON structure is not aligned with the current metadata schema and should therefore be updated.

Additional context

Will be dicussed in the OA meeting (Current state https://github.com/ejp-rd-vp/vp-portal-issues/issues/1) Cuurent JSON File schema: JSON file

ammarbarakat commented 1 year ago

@markwilkinson I have a quick question regarding the metaDataSchema. According to the documentation, the available resource types are: bioBank, patientRegistry, guideline, dataset, dataService, and catalog. However, I noticed that there is a mention of an 'organisation' and a 'distribution'. are these resourceTypes too?

markwilkinson commented 1 year ago

I'm not sure I understand the question... both "organization" and "distribution" are included in both the diagram and the text... and are both resources (using the general definition of a "resource" in the linked data context...)

Can you be more specific?

ammarbarakat commented 1 year ago

@markwilkinson Of course, I will make an effort to provide more specificity. On the VP Network Resources page, our goal is to present each resourceType along with its associated icon.

Which resourceTypes would you recommend displaying on that page?

For instance, when it comes to the resourceType 'DataSet,' we believe it would be more meaningful to disregard the 'distribution' aspect and simply mark the resource as a 'DataSet'.

ammarbarakat commented 1 year ago

See #46