-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create CWRC entity lookups (person, organization, place, title) #2
Comments
This additional lookup should be added to the existing lookups in the dialogs, but only for the CWRC-integrated CWRC-Writer |
cwrc/Islandora-CWRC-Writer@685c32d code is committed but needs to be updated on beta.cwrc.ca in order to use |
Hurray!
… On Apr 24, 2018, at 11:18 AM, Andrew ***@***.***> wrote:
***@***.*** <cwrc/Islandora-CWRC-Writer@685c32d> code is committed but needs to be updated on beta.cwrc.ca in order to use
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAhUoEqxfs1Nh-XQgejlBm_k_6Gs_Q96ks5tr0JBgaJpZM4TYr-H>.
|
HI Andrew, based on the Slack conversation with Jeff, could you please implement that variable so that we can test on dev-06 first? I am uncomfortable testing things on beta and I believe @SusanBrown would agree: Andrew [5:22 PM] Jeff Antoniuk [1:31 PM] Andrew [1:44 PM] |
Great, thanks, @ajmacdonald |
I'll close this one since the lookups have been created and the rest of the conversation here is very much in line with cwrc/Islandora-CWRC-Writer#30 |
Create CWRC entity lookups, reusing the Api calls from the old CWRC entity dialogs:
Person: http://beta.cwrc.ca/islandora/cwrc_entities/v1/search/person?query=jane+austen&limit=100&page=0
Place: http://beta.cwrc.ca/islandora/cwrc_entities/v1/search/place?query=neepawa&limit=100&page=0
Organization: http://beta.cwrc.ca/islandora/cwrc_entities/v1/search/organization?query=royal&limit=100&page=0
Title: http://beta.cwrc.ca/islandora/cwrc_entities/v1/search/title?query=royal&limit=100&page=0
Person example
}
Place sample
{
"responseHeader": {
}
Organization sample:
{
"responseHeader": {
}
Title sample:
`
{
"responseHeader": {
}
`
The text was updated successfully, but these errors were encountered: