noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

Fix bug when generating Data Browser URLs out of MetaData #485

Closed gappc closed 6 months ago

gappc commented 6 months ago

This fix is a crude hack. Unfortunately, at the moment there is no other signal we could use to find out which API/domain is targeted. It involves hard-coding domain strings.

A better solution would be to have a domain property in the dataset metadata, because that way we can support other domains without code changes.