Links

September 2018

Developments and innovations to Goobi workflow in September 2018

Individual styling of Goobi

Goobi has been enhanced so that users can now influence the visual design. Using smaller CSS instructions, each user can now adjust colors, fonts, spacing and much more for his or her own interface.
body {
font-family: Consolas;
font-size: 12px !important;
}
h1, h2, h3, h4, h5 {
font-family: 'Consolas', sans-serif;
}
#navigation {
background: #ee1edf;
}
The example configuration shown here is displayed within the user settings inside of the help text and results in a visual appearance as follows:
Individually adapted styling

Freely configurable display of table columns

In addition to the table columns that Goobi usually displays, additional columns can now be displayed for each user. Each user can define this for himself within his own user configuration.
Individuell konfigurierte Tabellenspalten innerhalb der Benutzereinstellungen
{origpath},{product.ATS},{meta.DocLanguage},{process.Opening angle},{template.Publishing house}
The individual columns defined there are then used for the user within the process listing.
Individual table columns within the operation list
This setting is also used within the list of your own tasks.
Individual table columns within the own tasks

Increased performance for process list

By optimizing the database operations and massively reducing the number of checks within the file system, the overall speed of the Goobi user interface was drastically increased. This is particularly noticeable within the process list as well as in the task list.

Improved performance when opening the metadata editor

When reading the data for the metadata editor, some nested loops with file system operations were removed. This has made opening the Metadata Editor much faster, especially for large items.

Dockets can be downloaded within tasks

Printing the dockets is now not only possible after creating processes, but can now be done as a separate step. The checkbox Print docket must be activated in the step details.
Activation of the correct property for a work step
In the accepted task, an additional button for printing the docket is now available.
Work step with the option of printing the dockets

Revision of the usability for the METS-Editor

The METS Editor has been redesigned so that the image display makes optimum use of the available space. For this purpose, the entire structure of the METS Editor has been adapted so that all elements are displayed responsive. This allows not only a better display of the image container, but also an operation on mobile devices with smaller screen sizes.