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

feat: search functionality in jobs #1113

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

iamejaaz
Copy link
Contributor

@iamejaaz iamejaaz commented Nov 10, 2024

Closes #845

Reason of PR

  • Added search and filtering functionality in the Jobs, enabling search by Title, Location, Company Name, and Job Type.

Screenshot / Video

Screen.Recording.2024-11-10.at.9.17.28.PM.mov

Copy link

cypress bot commented Nov 10, 2024

lms    Run #804

Run Properties:  status check passed Passed #804  •  git commit 56835f3007 ℹ️: Merge 92c380c74bdfb4bfa3d30e7c5ada7b3214ce045a into c5f091fae8a6bb588fcf06b66e8f...
Project lms
Branch Review search-functionality-in-jobs
Run status status check passed Passed #804
Run duration 00m 31s
Commit git commit 56835f3007 ℹ️: Merge 92c380c74bdfb4bfa3d30e7c5ada7b3214ce045a into c5f091fae8a6bb588fcf06b66e8f...
Committer Ejaaz Khan
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1
View all changes introduced in this branch ↗︎

@@ -68,5 +92,32 @@ const pageMeta = computed(() => {
}
})

const jobsList = computed(() => {
let JobData = jobs.data
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change JobData to jobData. Follow Camel Case here

const jobTypes = computed(() => {
return [
'',
{ label: 'Full Time', value: 'Full Time' },
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make labels translatable

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.

Search Features at Jobs
2 participants