M3-08 CSV Export of Issued Credentials¶
Milestone: M3 — Issuing Functionality SOW Reference: FR1 Requirement Clarity: ✅ Clear Dev Status: 🟢 Prototyped in POC
Overview¶
On-request CSV export listing every credential a Staffing Company has issued, its claim status, and the claim date — for the Staffing Company's own record-keeping (not a compliance/audit report, see M3-11 for that).
Backend Tasks¶
- Confirm
CredentialController.exportCredentials(app/backend/src/issuer/controllers/credential.controller.ts) covers all required columns (status, claim date, candidate name)
Frontend Tasks¶
- Confirm an "Export CSV" action exists on the credentials list page
Dependencies¶
- Shares underlying data with M3-10 dashboard export functionality — build/verify together.
Acceptance Criteria¶
- CSV export generated correctly (per SOW Appendix 3, FR1 acceptance criteria)
Existing Reference Material¶
- M3-10-admin-dashboard-stats.md — export service spec
Blockers & Risks¶
None identified.