Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

🎁 Filter certain file sets from manifests #683

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

kirkkwang
Copy link
Contributor

This commit will remove thumbnail file sets and non-image file sets at a much higher level than before. Previously, we were filtering out the thumbnails at the manifest builder level which is right before the manifest gets generated. This caused issues with serverless IIIF resources when the file sets (such as thumbnails or text files) were not properly ingested. This shouldn't break the manifest generation since these kinds of file sets are not able to be displayed in the Universal Viewer. Filtering these out at a higher level means it doesn't even make it to the serverless IIIF portion of the code in IIIF Print.

Ref:

TODO:

This should be implemented in Knapsack as well. Adding the Knapsack Upgrade label as a reminder.

@kirkkwang kirkkwang force-pushed the i679-remove-thumbnails-and-non-image-file-sets branch from b1bb7aa to 9e77506 Compare November 28, 2023 23:53
@kirkkwang kirkkwang force-pushed the i679-remove-thumbnails-and-non-image-file-sets branch from 9e77506 to 4e75400 Compare November 29, 2023 00:12
This commit will remove thumbnail file sets and non-image file sets at a
much higher level than before.  Previously, we were filtering out the
thumbnails at the manifest builder level which is right before the
manifest gets generated.  This caused issues with serverless IIIF
resources when the file sets (such as thumbnails or text files) were not
properly ingested.  This shouldn't break the manifest generation since
these kinds of file sets are not able to be displayed in the Universal
Viewer.  Filtering these out at a higher level means it doesn't even
make it to the serverless IIIF portion of the code in IIIF Print.

Ref:
  - https://github.com/scientist-softserv/adventist-dl/issues/679
@kirkkwang kirkkwang force-pushed the i679-remove-thumbnails-and-non-image-file-sets branch from 4e75400 to 3526791 Compare November 29, 2023 00:13
@kirkkwang kirkkwang merged commit c89ad7c into main Nov 29, 2023
7 checks passed
@kirkkwang kirkkwang deleted the i679-remove-thumbnails-and-non-image-file-sets branch November 29, 2023 01:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants