You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filtering PubMed API response, the service is limited in its ability to retrieve relevant publications. Relevance is determined by matching a theme and having a gene symbol present in the article title. In many cases, few articles are returned due to the lack of gene symbols in the titles of the articles. As a result, the number of articles retrieved is often much fewer than expected.
To Do
Implement a new algorithm to resolve a bug caused by incorrect logic.
DoD
A specific case is described to reproduce a bug.
An integration test is created using Jest.
New logic for retrieving relevant feed from PubMed API is implemented.
This issue is transferred from a Jira task OG-954.
The text was updated successfully, but these errors were encountered:
The reason
When filtering PubMed API response, the service is limited in its ability to retrieve relevant publications. Relevance is determined by matching a theme and having a gene symbol present in the article title. In many cases, few articles are returned due to the lack of gene symbols in the titles of the articles. As a result, the number of articles retrieved is often much fewer than expected.
To Do
Implement a new algorithm to resolve a bug caused by incorrect logic.
DoD
This issue is transferred from a Jira task OG-954.
The text was updated successfully, but these errors were encountered: