forked from wsalesky/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 11
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
taxonomy browse: Categories #1211
Comments
wsalesky
added a commit
that referenced
this issue
Feb 12, 2020
wsalesky
added a commit
that referenced
this issue
Feb 12, 2020
This should be fixed, how does it look now? |
That did it. Thanks Winona! |
@wsalesky it looks like this is broken again too. Thanks. |
@wsalesky to clarify, this should just list the categories. It should just display any keyword that has a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wsalesky I'm guessing that recent changes to Srophe have broken some browse features in the taxonomy. The "Categories" option in browse should show a list of the headwords that include a @subtype="category" on the entryFree element.
When one of those headwords is selected, the result should be data on that headword but also a list of the headwords under that category. Those are the entries that have a relation element with a @ref="skos:broadMatch" and administration in the @Passive attribute: https://github.com/srophe/srophe-app-data/blob/dev/data/subjects/tei/armies.xml#L135 (and following). This currently seems to show up under the heading "External relationships" but something like "sub-categories" would be better. Also, could these maybe go on the right side under "Status: draft". I think they ought to show up a bit better than they currently do.
The text was updated successfully, but these errors were encountered: