Skip to content
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

Service generates irrelevant PubMed feed #2

Open
const8ine opened this issue Feb 16, 2023 · 0 comments
Open

Service generates irrelevant PubMed feed #2

const8ine opened this issue Feb 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@const8ine
Copy link
Member

const8ine commented Feb 16, 2023

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

  1. A specific case is described to reproduce a bug.
  2. An integration test is created using Jest.
  3. New logic for retrieving relevant feed from PubMed API is implemented.

This issue is transferred from a Jira task OG-954.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant