srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.72k stars 1.86k forks source link

added dropdown menu to select resume instead of slider #167

Closed Devasy23 closed 9 months ago

Devasy23 commented 9 months ago

Pull Request Title

Added Dropdown Menu for Resume and Job Description Selection

Description

This pull request introduces a dropdown menu for selecting resumes and job descriptions, replacing the previous slider-based selection method. This change enhances user experience and provides a more user-friendly way to choose both resumes and job descriptions.

Type

Proposed Changes

Screenshots / Code Snippets (if applicable)

image image

How to Test

  1. Open the application.
  2. Navigate to the resume selection section.
  3. Verify that a dropdown menu is available for selecting resumes, where number of resumes are greater than 1.
  4. Repeat the same steps for job description selection.

Checklist

srbhr commented 9 months ago

Thanks @Devasy23 for the PR I will test it out and let you know.

srbhr commented 9 months ago

Changes look good @Devasy23 image

Devasy23 commented 9 months ago

Thanks a lot for merging my PR! 🙌

And a big shoutout to @hal for pointing out the issues in the code. I'm already working to recreate it in reflex.dev for the interactive version that @Hal pushed. 🚀

Appreciate your help and guidance!