#31 · Salary range field + filter (with member opt-out)
+140 pts on merge
Claim on GitLab
Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard
+40 merge_pr award. New to the repo? See the
Contributing guide,
and Local Development & SSO
to run the app locally (
cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.
Description
Context
Job posts have title/description but no structured salary. Members can't filter by compensation. Add a typed salary range with sane filtering and let posters opt out (some military/contracting roles can't disclose).
Acceptance criteria
- [ ] Job post form: optional
salary_min,salary_max,salary_currency(default USD),salary_period(year/hour) - [ ] Filter UI: "Min salary" slider on job listing page
- [ ] If poster set
salary_disclosed=0, no filter applies but filter doesn't hide the post either - [ ] Migration adds 4 columns to
jobstable
Technical hints
- D1 migration goes in
apps/career-board/migrations/ - Filter logic: salary-undisclosed posts always included (don't penalize for opt-out)
- Currency: pin to a small allowlist (USD/EUR/GBP/CAD/AUD) — no free-form text
--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*
Relevant files
No relevant files linked yet.
Hints
No hints yet.
Activity
No points have been awarded for this bounty yet.
Comments
Sign in to join the discussion.
No comments yet. Be the first to weigh in.