INSPIRE-MIF / helpdesk-registry

Community for the discussion of change proposals by the submitting organisations for the central INSPIRE registers and register federation and their resolution by the control body.
3 stars 0 forks source link

codelist vs codeList #15

Closed iuriemaxim closed 1 year ago

iuriemaxim commented 3 years ago

In the INSPIRE Registry both links exist:

http://inspire.ec.europa.eu/codelist (lowercase) http://inspire.ec.europa.eu/codeList (camelCase)

even if both are indicating that the correct version is codelist (lowercase).

image

This suggest that the http://inspire.ec.europa.eu/codeList is pointing to the same page as http://inspire.ec.europa.eu/codelist.

However the users are not noticed that http://inspire.ec.europa.eu/codeList is Invalid by displaying a simmilar text to the one bellow, as this was implemented only for code lists values, and not also for code lists (parents of the code lists values):

image

This actually allows users to provide the code lists values with both codelist and codeList without receiving any error or without being noticed that codeList is not valid, while only codelist is valid. This creates some problems in parsing the codelists from the Member States datasets when using case sensitive collations or in Linux/Unix systems that are mainly used for such developments.

image

Some discussions about this incident exist here: https://github.com/INSPIRE-MIF/helpdesk-validator/issues/407

arantzaetxebarria commented 1 year ago

The issue is solved The URL https://inspire.ec.europa.eu/codeList access gives a 404. Also, the example of the user only works with lowercase. https://inspire.ec.europa.eu/codeList/MeasurementRegimeValue/continuousDataCollection https://inspire.ec.europa.eu/codelist/MeasurementRegimeValue/continuousDataCollection