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

fix: filters UX #267 #268

Merged
merged 2 commits into from
Aug 28, 2024
Merged

fix: filters UX #267 #268

merged 2 commits into from
Aug 28, 2024

Conversation

myj009
Copy link
Contributor

@myj009 myj009 commented Aug 26, 2024

Fixes #267

Currently, when using the filters on the job page, the user needs to click on the submit button to get the list of jobs with the filter applied. The UX can be improved by an instant call to the backend whenever a filter is changed and can get rid of the apply filters button
Additionally, in the search bar, we can use debouncing to call the backend and get rid of the search button

@myj009
Copy link
Contributor Author

myj009 commented Aug 26, 2024

jobboard-filters.1.mov

@VineeTagarwaL-code
Copy link
Collaborator

fix the conflicts, its a good PR

@myj009
Copy link
Contributor Author

myj009 commented Aug 26, 2024

@VineeTagarwaL-code Done
Changes are also working with the new home UI filters

@VineeTagarwaL-code
Copy link
Collaborator

build failed

@myj009
Copy link
Contributor Author

myj009 commented Aug 27, 2024

@VineeTagarwaL-code
Apologies. Missed an import while trying to resolve the merge conflicts earlier
Fixed now. Ran build and lint locally to verify

@VineeTagarwaL-code VineeTagarwaL-code merged commit 2c155cb into code100x:main Aug 28, 2024
1 check 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.

✨ Improvement: Improve UX for filters on job page
2 participants