Osma Suominen

Results 313 comments of Osma Suominen

Probably this has to do with setting the base URL.

Layout differs from the static example quite a bit.

I've started reworking the concept page template on the branch [issue1484-concept-page-templates-cypress](https://github.com/NatLibFi/Skosmos/tree/issue1484-concept-page-templates-cypress). There is still a lot to do, but here is a list of requirements for the concept page, based...

> - Formatting property values such as xsd:date and xsd:dateTime according to the content language > - Truncating property value lists that are longer than set number of items with...

@UnniKohonen I added tests for mappings as well. All good now?

> All tests pass (including the new ones related to statistics), except for the "alphabetical index letters are clickable" test, which fails randomly. I looked at this and was able...

In Skosmos 2, similar cancellations and race conditions were handled by using a queue for Ajax requests. This implementation of course relies on jQuery functionality, which doesn't exist in Skosmos...

I think we need a new issue for the race condition. It is unrelated to the tests in this PR, so we can proceed with finishing up this PR.

Thanks a lot, this looks promising! I like the way this sidesteps the thorny cache invalidation problem by relying only on the timestamp of `config.ttl`.

FYI, I changed the base branch of this PR briefly to `skosmos-2` and then back to `main`. This made the diff view much cleaner (before: 14 changed files, after: only...