Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
164 stars 99 forks source link

Partial Fix for Issue #225 - Fixed Bugs in Job Type and Fresher filters #254

Closed IAlgorithmia closed 3 months ago

IAlgorithmia commented 3 months ago

This PR gives a partial fix to issue #225

Changes Made :

  1. Fixed a small bug in Opportunity Type filter by replacing '===' with '.includes()'
  2. Rewrote the experience filter logic to handle all cases properly.
  3. The location filter had been searching for "All Location" and the actual value was "All Locations", small type fixed.

Comments have been included at relevant places.

Mohit030802 commented 3 months ago

Thank you, @IAlgorithmia, for tackling an issue we've been wanting to solve for a long time!

I've reviewed your code, and it's spot on. Great work!

I'm excited to see more awesome contributions from you in the future!

IAlgorithmia commented 3 months ago

Absolutely @Mohit030802 , I'm ecstatic to hear I could be of help, although this PR is just for refining what's already been done, I'll move on to implementing newer features now 😁