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

Yuri Titi Solution #37

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

ymoreiratiti
Copy link

Pull Request Template

Description

The task is to develop an algorithm that processes patient demographics and behavioral data to compute a score (from 1 to 10) representing the likelihood of a patient accepting an appointment offer from a waitlist. Patients with minimal behavior data should be randomly given higher priority to ensure they can be selected.

The algorithm should expose an API that, given a facility's location, returns an ordered list of the top 10 patients most likely to accept the offer.

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Unit Test - npm run test:cov
  • Mutation Test - npm run test:mutant

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code to prove my fix is effective or that my feature works
  • I have commented my code in areas where it's hard to make the code speak for itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant