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

Integrate Career Feature into NodeBB - Python Microservice #82

Merged
merged 10 commits into from
Nov 13, 2023

Conversation

mahasultan
Copy link
Contributor

@mahasultan mahasultan commented Nov 12, 2023

This Pull Request integrates the ML-based Career Feature into our NodeBB.

A new recruiter user type and a new tab for the Career page are introduced. Through the Career page, students are able to submit a form of their relevant information. The data is then sent via API call to the ML Python microservice we set up, which predicts if a student will be successful in the industry. Recruiters are then able to see a list of students who have submitted their information, together with the prediction of their success in the industry.

  • Integrated this draft PR and resolved the remaining To Do tasks: https://github.com/CMU-17313Q/NodeBB/pull/110
  • Completed framework for integration ML in src/controllers/write/career.js.
  • Updated error handling for invalid response in src/controllers/write/career.js.
  • Added career API route in src/controllers/write/index.js, src/routes/write/career.js, and src/routes/write/index.js.
  • Fixed Lint Errors

Students View:
StudentView

Recruiter View:
recur pic

@mahasultan mahasultan self-assigned this Nov 12, 2023
Copy link
Contributor

@shahad1307 shahad1307 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good. Great work maha

@shahad1307 shahad1307 merged commit 9a0a374 into main Nov 13, 2023
11 checks passed
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.

3 participants