linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v3.0 and DCAT-AP HVD compatible metadata
MIT License
2 stars 2 forks source link

Add support for adding additional "dcat:theme"s to datasets #81

Closed jakubklimek closed 4 years ago

jakubklimek commented 5 years ago

Currently, dcat:theme can be only one per dataset, and it is one of the data theme codelist.

We need to be able to add multiple themes from this codelist (similarly to eurovoc themes) and we need to be able to add arbitrary URLs (e.g. URLs of OFNs).

This could be done in this way: 1) replace current theme picker with something similar to EuroVoc picker 2) add another input where arbitrary URLs would go.

Also see https://github.com/opendata-mvcr/nkod/issues/15

jakubklimek commented 5 years ago

Druhá várka vylepšení formulářů směrem k DCAT-AP 2.0.0

jakubklimek commented 4 years ago

We need to be able to add multiple custom theme URLs, not just one.

Also, the help texts need to be adjusted to reflect this change.