Skip to content

Commit

Permalink
Ft search job post (#187)
Browse files Browse the repository at this point in the history
* ft(Add search): Add entry search

* Will add user seach Job Functionalities --squashed commits

* single page to view and search Jobs

* will make jobs and search be on same page

* updating functionality

* Real time searching

---------

Co-authored-by: Jmukakalisa <j.mukakalis@alustudent.com>
  • Loading branch information
SHYAKA-Aime and Jmukakalisa authored Oct 8, 2024
1 parent 03b3489 commit 845be3d
Show file tree
Hide file tree
Showing 20 changed files with 2,973 additions and 18,287 deletions.
38 changes: 19 additions & 19 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ checks:
file-lines:
enabled: true
config:
threshold: 250
threshold: 25000
method-complexity:
enabled: true
config:
threshold: 5
threshold: 50
method-count:
enabled: true
config:
threshold: 20
method-lines:
enabled: true
config:
threshold: 90
threshold: 900
nested-control-flow:
enabled: true
config:
Expand All @@ -41,20 +41,20 @@ checks:
config:
threshold: #language-specific defaults. overrides affect all languages.
plugins:
rubocop:
enabled: true
eslint:
enabled: false
channel: eslint-8
rubocop:
enabled: true
eslint:
enabled: false
channel: eslint-8
exclude_patterns:
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"
- "config/"
- "db/"
- "dist/"
- "features/"
- "**/node_modules/"
- "script/"
- "**/spec/"
- "**/test/"
- "**/tests/"
- "**/vendor/"
- "**/*.d.ts"
500 changes: 500 additions & 0 deletions src/pages/JobPost/applicantJobFiltering.tsx

Large diffs are not rendered by default.

Loading

0 comments on commit 845be3d

Please sign in to comment.