feat(dogs/profile): add AJOK laaja PDF stack#317
Merged
asku1990 merged 3 commits intoJun 30, 2026
Merged
Conversation
- add a laaja view action for opening all supported dog trial PDFs - render multiple trial PDFs from trial entry IDs in one public PDF page - use pdf.js canvas rendering so stale PDFs do not block the stack - expose PDF render support from dog profile trial data ref bej-126 ..
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
ref bej-126
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new AJOK laaja view that allows users to open all supported dog trial protocols from a dog’s profile in a single scrollable PDF page.
The implementation renders each protocol independently using pdf.js canvas rendering, ensuring that a failed or stale PDF no longer prevents the remaining protocols from being viewed.
Changes
Why
Previously, users had to open each AJOK protocol individually. In addition, a stale or unavailable PDF could prevent the entire viewing experience.
This change provides a much better user experience by allowing all supported protocols to be viewed in one place while gracefully handling individual failures.
ref bej-126