M3-07 Candidate Search & Record View (Issuance)¶
Milestone: M3 — Issuing Functionality SOW Reference: FR1 Requirement Clarity: ✅ Clear Dev Status: 🟢 Prototyped in POC
Overview¶
Let a Staffing Company User search for individuals who've been sent credential offers (by first/last name), see their acceptance state, and open a full candidate record showing every credential offered to them.
Backend Tasks¶
- Confirm
CandidateController/CandidateService(app/backend/src/issuer/controllers/candidate.controller.ts,.../services/candidate.service.ts) supports name search with acceptance-state filtering - Confirm the candidate-detail endpoint returns the full credential history for that candidate, not just the most recent offer
Frontend Tasks¶
- Confirm the candidates list page supports search-by-name
- Confirm the candidate detail page shows full credential history
Dependencies¶
Acceptance Criteria¶
- Candidate search works by first and last name
- Candidate credential history is visible (per SOW Appendix 3, FR1 acceptance criteria)
Existing Reference Material¶
Blockers & Risks¶
None identified.