-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added in new ROR search to funding body #2690
base: main
Are you sure you want to change the base?
Conversation
fixes #2604 |
b798db6
to
80b4fd8
Compare
@@ -74,6 +76,35 @@ def destroy_all_files | |||
|
|||
private | |||
|
|||
# METHOD: Manually add controlled_vocab object to funding body | |||
def store_funding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this, but maybe we meet up and think up a neat solution about how we could do this differently.
|
||
# METHOD: Add in a manual fetch for graph | ||
# rubocop:disable Security/Open | ||
def fetch_graph_manual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can talk about this stuff too.
FEATURE:
Add in an autocomplete search function to the newROR
search based into thefunding_body
.PROGRESS:
Part 1: Display
funding_body
viewautocomplete
w/funding_body
QA
search for RORPart 2: CV
ROR
fetch
method to make theRDF::Graph & RDF::Statement
curation_concern
edit
pagePart 3: Test
label
spec
if needed