-
Notifications
You must be signed in to change notification settings - Fork 118
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
Issue 1521: Provide a way for repo admins to see RDF mappings #778
Conversation
Tested and all seems well! Would it be possible to have the Taxonomy terms in the list link to their respective nodes? |
Yes, it would. I'll do that. Should the link be on the term name? Also, some terms apply to media - link to those as well? |
Great stuff Mark! I can imagine future asks such as sorting and filtering options, being able to find 'all fields that map to X' and cluster them together, adding the vocabulary id's in their headers, and making the headers collapsible (once someone puts an entire repo of 'people' in, it'll be scroll city). But a 1000% improvement over not having a report! Thank you! |
@rosiel thanks! All good suggestions, I hope having something basic like this gets people thinking about more useful features. Linking Islandora/documentation#1529 for reference too. |
@mjordan @rosiel This is a nice report, but I've noticed a couple of things:
|
@kayakr thanks! Since this is now merged, would you mind opening one or two separate issues? I'll take a look at both. |
Github issue: Islandora/documentation#1521
What does this Pull Request do?
Adds a report listing all the 1) configured Drupal-field-to-RDF properties and 2) all of the external URIs associated with taxonomy terms.
What's new?
admin/reports/islandora/rdf_mappings
that generates and renders the reportgetUriFieldNamesForTerms()
function in the Islandora Utilities serviceHow should this be tested?
islandora
module directory:git remote add mjordan https://github.com/mjordan/islandora.git
git fetch mjordan
git checkout issue-1521
drush cr
)Additional Notes:
Interested parties
@Islandora/8-x-committers