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

🎁 add helpful query attributes to iiif_print_pending_relationships #656

Closed
wants to merge 2 commits into from

Conversation

ShanaLMoore
Copy link
Contributor

@ShanaLMoore ShanaLMoore commented Nov 10, 2023

In this PR we are setting up the pending relationships table to make it easier to find relations.

related to

It will add parent_model, child_model, and file_id to the iiif_print_pending_relationships table.

TODO: update iiif print once the related PR gets merged into iiif print

@@ -17,7 +17,7 @@ module AdventistPagesToJpgsSplitter
#
# @see https://github.com/scientist-softserv/iiif_print/blob/a23706453f23e0f54c9d50bbf0ddf9311d82a0b9/lib/iiif_print/jobs/child_works_from_pdf_job.rb#L39-L63
def self.call(path,
splitter: DerivativeRodeoSplitter,
splitter: Rails.env.development? ? PagesToJpgsSplitter : DerivativeRodeoSplitter,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note from Jeremy:

image

@@ -142,6 +142,6 @@ gem 'blacklight_range_limit', '6.5.0'
gem 'dog_biscuits', git: 'https://github.com/samvera-labs/dog_biscuits.git'
gem 'hyrax-v2_graph_indexer', git: 'https://github.com/scientist-softserv/hyrax-v2_graph_indexer', branch: 'main'
# rubocop:disable Metrics/LineLength
gem 'iiif_print', git: 'https://github.com/scientist-softserv/iiif_print.git', ref: '56069b5f8bbcbf6629b9973352069d21d5ddaf0f'
gem 'iiif_print', git: 'https://github.com/scientist-softserv/iiif_print.git', branch: 'add-models-to-pending-relationships-table'
Copy link
Contributor Author

@ShanaLMoore ShanaLMoore Nov 10, 2023

Choose a reason for hiding this comment

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

TODO: remove the branch reference and bundle update iiif_print --conservative once the corresponding PR gets approved/merged into iiif_print.

@ShanaLMoore ShanaLMoore changed the title WIP 🎁 add helpful query attributes to iiif_print_pending_relationships Nov 10, 2023
@laritakr
Copy link
Contributor

laritakr commented Nov 15, 2023

Update was included elsewhere

@laritakr laritakr closed this Nov 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants