-
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
EPIC: Allinson Flex Contolled Values #195
Comments
UCSC has the ability to choose from multiple QA in their forms. Refer to Kiah. |
start by trying to set up remote library of congress QA. Search the QA wiki. RIght now it may only assume local authorities. find a term that uses both lcsh and another authority, implement the property querying both either by UCSC dropdown or a QA aggregate that will show all authorities. how can flex do this dynamically? this will store url but we will need the see label. We will want to index and store the label. Possible that we will write the label to fedora, solr, or our local db cached, or somehow dynamically get the label. We will need to revisit this when the time comes. QA will return uri and label. in the form object, we could add a property_label hidden field that shadows the uri property. property and property label should be sorted by Order Already antics. (a gem that Jeremy wrote). We will also want to index the property label. We will want to cache at the time we've retrieved the label. CACHING LAYER |
goal 1: on the edit page for an LCSH property, search and select functionality for a term within an authority. Then: |
Do the clients have a label? if not, we will need a job that will re-label all of the things. |
How will this work with allinson flex? in fedora, we write tiples (subject (the work), predicate (url), object (either a literal or an url)). Authorities will write the object as url. When there's a label, we will need to use a different predicate and the object will be a string. Because we have two different predicates, we will need to make sure we map the correct url from the authority to the correct label. Order matters! |
Discussed during planning meeting w Rob and the team, DOT has UI for editing QA within hyrax app Best approach - get QA do all the things it needs to talk to the authorities We will likely not use Lark. step 1: connect library of congress w QA. |
covered in #388 |
RELATED TICKETS
The following tickets were created after the Tamsin meeting...
Get a single authority working first:
Get multiple authorities to work#201
NOTES
Rob, Jeremy and Shana met with Tamsin to discuss Surfliner's implementation: Meeting Minutes
The text was updated successfully, but these errors were encountered: