sujaltangde / JobLane

JobLane - Full Stack Job application portal built using MERN Stack
https://joblane.vercel.app/
57 stars 56 forks source link

Bug: Filtering functionality in job page is not working #18

Open tuwid-Ashish opened 6 months ago

tuwid-Ashish commented 6 months ago

Hii @sujaltangde ,

I'd like to propose implementing persistent job search filters in the JOBLANE job portal. This would significantly enhance user experience by allowing users to:

Proposed Approach: Leverage URL Query Parameters: Encode filter selections as query parameters within the job search URL. This allows the browser to maintain filters across page refreshes and link sharing.

Front-End Integration: The front-end application would parse query parameters on initial load and set filter selections accordingly. User interactions with filter controls would dynamically update the URL parameters to reflect current selections.

Back-End Integration: The back-end (using Mongoose) would utilize the query parameters to filter job postings before sending them to the front-end. Error handling should be implemented to gracefully manage invalid query parameters or unexpected filter combinations.

if you like my approach , please assign it to me under gssoc

tuwid-Ashish commented 5 months ago

Hii @sujaltangde

please do assign me this Task