Replies: 4 comments 6 replies
-
Thank you for the recap. A few remarks:
As for the implementation, you can see in #445 an example on how to use a runtime field to compute things dynamically in the index; this could be used for example to compute the various criteria. |
Beta Was this translation helpful? Give feedback.
-
The periodicity will be checked in a futur version, we will study if is really possible on this next version.
Maybe my translation was wrong, it's the geographic elements, in french "Emprise géographique"
I will check with MEL but i think the resource contact is like a mail reference... and the provider is more like the organization name. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the followup! +1 for moving forward with the implementation, let's use this discussion if other questions arise |
Beta Was this translation helpful? Give feedback.
-
@jahow Hello i had created the pull request #497 Here the documentation related to this widget : |
Beta Was this translation helpful? Give feedback.
-
We want to add a widget that show the metadata quality.
This widget looks like the quality metadata that we can observe in data.gouv.fr (https://guides.etalab.gouv.fr/qualite/documenter-les-donnees/)
To make the scoring sortable and filtrable, we need integrate it directly in the back office in the geonetwork. We think we can add an index elastic search “scoring” that will give a quality indicator from 0 to 100. We need to look if this indicator will be customizable or generic.
Then to display the indicator, we could use the progressbar component available in geonetwork-ui.
We would like to integrate this widget in the datahub, in the search list and in the detail page.
A sample in the current search list:
A sample mobile version:
A sample in the detail page
A focus sample
Then when we focus, on the indicator, it will show a popup that’s show which criteria is filled or not.
This widget will be created inside
libs > ui > elements > src > lib
we will add ametadata-quality
component that use the progressbar component to display the scoring.To integrate it inside the datahub, we will add this component inside the existing geonetwork-ui components:
Ideally if we don’t set the scoring index, the widget will not be shown (I don’t know if we need add a configuration to force to hide it in detail or/and in search part?)
We should allow which fields will be shown with configuration properties.
The list of fields displayed, and the scoring indicators can be uncoordinated (for example in our case l if the periodicity is outdated, we would like the indicator loses 50%).
In a first time we would like to check the presence about these fields:
The field list should be customizable.
Beta Was this translation helpful? Give feedback.
All reactions