Skip to content

[FEATURE] Seamless document browsing#1380

Merged
sebastian-meyer merged 9 commits intokitodo:5.1.xfrom
michaelkubina:feature_document_navigation_5_x
Feb 3, 2025
Merged

[FEATURE] Seamless document browsing#1380
sebastian-meyer merged 9 commits intokitodo:5.1.xfrom
michaelkubina:feature_document_navigation_5_x

Conversation

@michaelkubina
Copy link
Collaborator

This PR adds a feature to the navigation controller, that allows navigating to the prev/next document (volume/issue/etc) relative to the currently one viewed. It implements backtracking, so that it allows for overflowing to the next leafe node if necesseary, e.g. from the last newspaper issue of the current year to the first issue of the next year (and back). Since the backtracking is recursive, this allows backtracking any depths which will very well be necessary for complex document trees from Kalliope (inventories with subinventories with subinventories etc.).

This addresses the following issue: #760

@sebastian-meyer sebastian-meyer linked an issue Feb 1, 2025 that may be closed by this pull request
Copy link
Member

@sebastian-meyer sebastian-meyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sebastian-meyer sebastian-meyer merged commit 7149340 into kitodo:5.1.x Feb 3, 2025
7 checks passed
@codecov
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (7d70499) to head (7011877).
Report is 1 commits behind head on 5.1.x.

Additional details and impacted files
@@      Coverage Diff      @@
##   5.1.x   #1380   +/-   ##
=============================
=============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

↷ feature A new feature or enhancement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Allow seamless browsing between successive issues

4 participants