issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Python language:CSS
Filter by
42.1M results
🎯 Goal
update_job() in src/services/admin/jobs.py:112 is 114 lines. Lines 168–215 construct Hebrew email body text inline with
conditional logic for two distinct email types (job closure notification ...
backend
P2
refactor
🎯 Goal
Fix four filename violations in `frontend/src/`: three triage component files use lowercase-starting names instead of
PascalCase, and one context file uses a hyphen instead of camelCase. Mismatched ...
frontend
P3
refactor
🎯 Goal
Nine components implement the same pattern — let alive = true; (async () = { ... if (!alive) return; setState(...) })();
return () = { alive = false } — for single-resource data fetching. Extract ...
frontend
P3
refactor
🎯 Goal
ApplicationPage.tsx (frontend/src/pages/public/ApplicationPage.tsx) is 562 lines and directly calls getPublicJob(),
getCandidateMe(), and submitApplication() inside useEffect blocks. Data fetching ...
frontend
P2
refactor
🎯 Goal
Enforce the React/TypeScript boolean naming convention throughout the frontend so that boolean state and props are
always prefixed with `is`, `has`, `can`, or `should`. This makes types self-documenting ...
frontend
P2
refactor
Shrink the broqwser and see. The right column is getting cut on the edge. Check the image
img src=
https://uploads.linear.app/23f2eb9c-7be1-4bc8-b4e1-4b695469ed32/b6c2dbbf-5427-4e40-9de9-4e4105bd3585/ef6d1cba-a989-4881-b5b2-c630c1ce5701?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzIzZjJlYjljLTdiZTEtNGJjOC1iNGUxLTRiNjk1NDY5ZWQzMi9iNmMyZGJiZi01NDI3LTRlNDAtOWRlOS00ZTQxMDViZDM1ODUvZWY2ZDFjYmEtYTk4OS00ODgxLWI1YjItYzYzMGMxY2U1NzAxIiwiaWF0IjoxNzgwNzU4MTM2LCJleHAiOjE4MTIzMjg2OTZ9.LHSEcrJp5YtdRRSuLFJgG1S5Vg2q5EkZ1rukqO79dyk ...
🎯 Goal
create_candidate_profile() in src/services/public/applications.py:36 is ~186 lines, handling three distinct apply
flavors (anonymous, claim-existing, logged-in candidate) inline without per-flavor ...
backend
P2
refactor
🎯 Goal
ApplicationsFilterPanelProps in frontend/src/pages/admin/components/ApplicationsFilterPanel.tsx:20 has 17 required
props. Like JobsFilterPanelProps, the flat interface makes call sites verbose ...
frontend
P2
refactor
🐛 Bug Description
updateApplicationStatus() calls in AdminApplicationsTriagePage event handlers use .catch(() = {}), meaning a failed
status-update API call is completely invisible to the operator. The ...
bug
frontend
P2
🎯 Goal
The danger-alert class string (rounded-lg border border-danger/20 bg-danger/10 p-3 text-sm text-danger) is inlined in 11
places across 9 files. Extract it to frontend/src/styles/forms.ts as errorAlertCls ...
frontend
P3
refactor

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.