February

Goobi viewer Digest for February 2023

Coming soon 🚀

  • Compact and high-resolution PDF files

  • Highlights

Announcements

In February we worked a lot on projects and less on the Core itself. That's why this month's digest is shorter than usual.

Developments

Faceting

In faceting, it is now possible to display more than one facet with a slider. For example, values such as "date of birth" and "date of death" can both be configured.

In addition, it is possible to optionally display the slider as a graph. This visually highlights directly within the facet how many results are to be expected.

REST

The REST endpoint for monitoring has been revised and now contains additional status information that simplifies diagnosis in the event of an error.

Code analysis

The following screenshots show the SonarCloud analysis of the current release. More information is available directly on the project page.

Version numbers

The versions that must be entered in the pom.xml of the theme in order to get the functions described in this digest are:

<dependency>
    <groupId>io.goobi.viewer</groupId>
    <artifactId>viewer-core</artifactId>
    <version>23.02</version>
</dependency>
<dependency>
    <groupId>io.goobi.viewer</groupId>
    <artifactId>viewer-core-config</artifactId>
    <version>23.02</version>
</dependency>
<dependency>
    <groupId>io.goobi.viewer</groupId>
    <artifactId>viewer-connector</artifactId>
    <version>23.02</version>
</dependency>

The Goobi viewer Indexer has the version number 23.02

The Goobi viewer Crowdsourcing Module has the version number 23.02

Last updated