github-samples / github-samples/caldova-careers

Filter roles by department

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

workshop:filtering
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Candidates should be able to narrow roles by department, and the filtering foundation should be reusable for additional facets like remote status or employment type.

Acceptance criteria

  • The home page includes an accessible department filter.
  • Filtering uses helpers in src/lib/ that operate on Job[] arrays.
  • The filter can combine with remote or employment type filters if those are implemented.
  • Empty states are clear when no roles match.
  • Controls include stable data-testid attributes.
  • Unit tests cover filtering behavior.
  • Playwright tests verify department filtering.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the home page and inspect the helpers in src/lib/ that operate on Job[] arrays. Run the existing unit-test and Playwright test commands to understand their conventions. Done means an accessible department filter with stable data-testid attributes, clear empty states, composable filtering, and coverage for the filtering behavior and department flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, testing, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.