-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation and display of handles/permalinks (for collections, items, and media/file) #32
Comments
I submitted a PR to mjordan's persistent_identifiers module to add a handle minter: mjordan/persistent_identifiers#2 |
This PR has been accepted allows configuration to choose which content types to apply to. It currently doesn't support minting handles for media objects or files themselves. |
…rs per object type - part of asulibraries/islandora-repo#32
I just want to confirm that we would like handles on media objects. if so - i think it'll work, we just need to add the also worth noting i changed the persistent identifiers hdl minter to allow an override to the qualifier (because we use different qualifiers per object type). so that work is in a branch here: https://github.com/asulibraries/persistent_identifiers/tree/override_qualifier really i need to do a fair amount of cleanup, following best practices ETC on that minter so i didn't feel it was worth pushing back to mark yet, but after go live, i'll need to make that minter better |
in repo dev we decided that for now, we won't mint handles for new media, but that we will, as we migrate, keep a log of the old handles and what item they map to and update existing attachment handles to point to the parent item. |
49a405c enforces that only handles are minted automatically when the hdl module is enabled |
WIP at https://github.com/asulibraries/islandora-repo/tree/develop/web/modules/custom/persistent_identifiers
The text was updated successfully, but these errors were encountered: