Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
95 stars 60 forks source link

create wiki page about how to create a custom metadata profile #319

Closed zguo closed 1 year ago

andreiste commented 4 years ago

Hello. I want to create a custom metadata profile, but I do not want to extend an existing one like the ISO 19115. I would like to create a metadata profile similar to the ArcGIS and FGDC metadata profiles, but with my own named elements and sections. I found the MyProfile example in the source code and it does work very well, but it is built upon the ISO 19115 metadata standard, and I assume that a lot of the code is inherited from it. I managed to create my Descriptor, my DocumentType, The Root, a nls folder where I store all the labels in js file, and a PortalItemTransformer that for now just inherites the arguments at postCreate. When I build the project and add the war file to Tomcat, in the Metadata Editor Dialog Window I have my InputText elements and I can view the output xml file written corectly with my elements, sections and data provided but for now I can not save the document... When I push the save button nothing happens. and there is no error message in the console. Can you please specify the steps required to create a custom metadata profile in this context and do you know what could be the cause of my error? Thank you very much in advance

zguo commented 4 years ago

Sorry we don't have the steps yet, we will be documenting the process as we develop the INSPIRE/GEMINI profiles. For the issue you might check the develop console to see if any errors there and check the network tab to see if any communication to the server. if the request was sent to the server there are some work on the server side for the custom profile (define the custom format and index mapping...)

spatialbits commented 4 years ago

Correct me if I'm wrong, as far as index mapping I think @zguo is referring to this

andreiste commented 4 years ago

Thank you all for the advices! I will try the tips you offered me.

marcelsip commented 4 years ago

Hi everyone, are there any time plans when could we expect this documentation be finished? The ability to customize profiles is very important for our customers. Thanks in advance.

mhogeweg commented 1 year ago

implemented: https://github.com/Esri/geoportal-server-catalog/wiki/Customize-Metadata-Profiles