geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
410 stars 487 forks source link

display profile as part of the editor-list-display #4955

Open pvgenuchten opened 4 years ago

pvgenuchten commented 4 years ago

it is usefull to know on what profile a record is based before opening it from editor dashboard. suggestion is to add the profile string as part of the card-display in editor-list-display

{{'profile'|translate}}: {{md['geonet:info'].schema}}

in

/geonetwork/catalog/components/search/resultsview/partials/viewtemplates/editor.html

image

fxprunayre commented 4 years ago

Not sure it will help editors. Facet on schema or standardName can be use for such filters. Maybe only activate it if there is schema facet contains more than one iso19139. to keep UI light for common users?

fxprunayre commented 4 years ago

Also standardName field may contains more user friendly information?

ianwallen commented 4 years ago

Note that if the workflow is active then it will also include the status in that line. We want to be careful not to make this too long.

For user information, would it not be better to create a common popup. Similar to github - hover over any of the users and a profile will popup for the user. Adding a single profile may be limiting. If done as a popup, then it would allow displaying more user information if required in the future. Also it may be possible to include this in other places like the suggestions and versioning where the user icon is displayed.