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

Adapt cruncher service to modified API #419

Closed
patmbolger opened this issue Sep 10, 2016 · 1 comment
Closed

Adapt cruncher service to modified API #419

patmbolger opened this issue Sep 10, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@patmbolger
Copy link
Contributor

patmbolger commented Sep 10, 2016

As a developer
I need to change the Rails-side cruncher service
In order to conform to revised matching API endpoints

@patmbolger
Copy link
Contributor Author

patmbolger commented Sep 10, 2016

This API endpoint has been changed to accommodate matching of a résumé to jobs, and provide a matching score (1 to 5) for each matched job: http://joaopapereira.github.io/MetPlus_resumeCruncher/#match-resumes-with-job-identifier

This API endpoint has been changed to accommodate matching of a job to résumés, and provide a matching score (1 to 5) for each matched résumé:
http://joaopapereira.github.io/MetPlus_resumeCruncher/#match-jobs-with-resume

This story includes:

  • In cruncher_service.rb the following need to be updated:
    • self.match_jobs(resume_id)
    • self.match_resumes(job_id)
  • In job_cruncher.rb:
    • Review whether code changes are required.
    • Change comments to explain to the developer the return value
  • In resume_cruncher.rb:
    • Review whether code changes are required.
    • Change comments to explain to the developer the return value

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

No branches or pull requests

2 participants