feat(identifiers): add ITAN Book ID identifier (itan_technologies) - #12947
Merged
Conversation
Registers the itan_technologies identifier to support import of records from ITAN Global Publishing, an African literature digital marketplace. See issue #12091.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new edition identifier entry (itan_technologies) to support importing ITAN Global Publishing records by storing proprietary ITAN book IDs (e.g., BOO1109) in edition identifiers.
Changes:
- Added
itan_technologiestoopenlibrary/plugins/openlibrary/config/edition/identifiers.yml - Documented the identifier as an ITAN-assigned unique book identifier and linked to ITANβs website
Member
Author
|
Wrong format, should use url with @@@ fmt not website |
ITAN doesn't expose per-ID deep links; search URL is the closest linkable format: https://itan.app/bookstore?search=@@@ returns the matching book for a given BOO ID.
ITAN book pages use slugged URLs (e.g. /bookstore/african-literature-fiction-...-boo1109) rather than ID-only deep links. Update url template to https://itan.app/bookstore/@@@ where @@@ is the full slug stored in the OL identifier field.
Collaborator
|
Verification (Ada, on behalf of Mek): Reviewed the diff, ran the relevant test suites, and wrote a local Playwright test exercising the edit-book identifier dropdown end-to-end. Result: Everything checks out β confirmed working. Details:
No regressions found. Confirmed same-repo branch (not a fork) per |
This was referenced Aug 18, 2026
rattnak
added a commit
to rattnak/openlibrary
that referenced
this pull request
Aug 29, 2026
ITAN book pages use a full slug (category-title-authorName-bookId), not the bare ID, so https://itan.app/bookstore/@@@ renders a 404 on every ITAN identifier. The slug is not derivable from the ID, so a @@@ template cannot express it. Drop url and keep website; the real per-book link is carried in the edition's links. Refs internetarchive#13409, internetarchive#12947
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
itan_technologiesidentifier to support bulk import of records from ITAN Global Publishing, an African literature digital marketplaceBOO1109)Related
Closes #12091 (ITAN Global Publishing catalog import request)
Notes
urltemplate (https://itan.app/bookstore/@@@) pointing to ITAN's per-book bookstore slug page;websitepoints to their general bookstore homepageitan_technologiesmatches thesource_recordsprefix used in the import batch