github-samples / github-samples/caldova-careers
Add a careers summary
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The home page should quickly communicate the scale of current hiring. Add a summary that shows total open roles and the number of departments hiring.
Acceptance criteria
- The home page displays the total number of open roles.
- The home page displays the number of departments with open roles.
- Empty states are graceful if there are no roles.
- Summary values come from a pure helper over
Job[]. - Unit tests cover normal and empty summary states.
- Playwright tests verify the summary renders.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the home page entry point and locate the existing Job[] data shape and the helper area. Add the careers summary with graceful empty-state handling, then run the unit tests and Playwright tests. Done means both normal and empty summary states are covered and the home page displays open-role and hiring-department totals.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100