We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Questions:
Decision: If query tool fails to get terms from a node:
{ "nb:Assessment": [ { "TermURL": "cogatlas:trm_56a9137d9dce1", "Label": "behavioral approach/inhibition systems" }, { "TermURL": "cogatlas:trm_55a6a8e81b7f4", "Label": "Barratt Impulsiveness Scale" }, ... }
to:
{ "errors": [{}] ... "responses": { "nb:Assessment": [ { "TermURL": "cogatlas:trm_56a9137d9dce1", "Label": "behavioral approach/inhibition systems" }, { "TermURL": "cogatlas:trm_55a6a8e81b7f4", "Label": "Barratt Impulsiveness Scale" }, ... }, "nodes_response_status": "..." }
When request to all nodes fail:
{ "errors": [<all errors>] ... "responses": { "nb:Assessment": [] }, "nodes_response_status": "fail" }
"responses": {<data_element_URI>: []}
The text was updated successfully, but these errors were encountered:
🚀 Issue was released in v0.1.0 🚀
v0.1.0
Sorry, something went wrong.
alyssadai
Successfully merging a pull request may close this issue.
Questions:
Decision:
If query tool fails to get terms from a node:
to:
When request to all nodes fail:
Steps to implement:
Rename tests of partial success cohort queries to be more specific"responses": {<data_element_URI>: []}
The text was updated successfully, but these errors were encountered: