Osma Suominen
Osma Suominen
I agree, this is something we could improve rather easily. For example, the download links are generated by Twig templates, adding something like `rel="alternate"` would be very easy, it's just...
There is some confusion here about the origin of namespace prefixes. They do *not* come from vocabulary data. Skosmos doesn't 'see' the prefixes used in vocabulary data files directly, as...
There is some code in Vocabulary.php that tries to normalize DC namespace prefixes so that the correct labels can be found regardless of which DC prefix has been used: https://github.com/NatLibFi/Skosmos/blob/14d24cd26395d9b1d62ed36f6c9dc4337a1faba9/model/Vocabulary.php#L193-L206...
There are warnings from the jQuery Migrate plugin with current typeahead.js. However it still works with jQuery 3.6.0.  (as viewed on Chromium, which shows more detail than Firefox)
Thanks for the suggestion. Since this is not something we don't really need for Finto.fi and other sites we run, it would be best if someone interested in this contributed...
The jQuery Migrate plugin complains about the use if jQuery.isFunction() in waypoints:  (as seen in Chromium, which shows more detail than Firefox)
Sounds promising, but indeed this would be a lot of work. However, I think it would be best to aim for minimal JavaScript. In any case Skosmos pages will be...
This looks like a good step in roughly the right direction. What I dislike is the use of top level arrays in JSON, instead of objects. The main argument against...
+1 for making the payload `application/json` which is the normal convention. I just submitted #33 and I suggest that both changes could be implemented as the same time, as both...
Thanks for bringing this up @wetneb ! I suggest basing the JSON return format on the [RFC7807 application/problem+json](https://tools.ietf.org/html/rfc7807) specification. The simplest possible example is a JSON object with the HTTP...