M5-06 CSV Export of Disclosure Requests¶
Milestone: M5 — Disclosure and Verification SOW Reference: FR2 Requirement Clarity: ✅ Clear Dev Status: ❌ Not started
Overview¶
On-request CSV export listing disclosure requests made by a Staffing Company, their verification status and date — the disclosure-side equivalent of M3-08.
Backend Tasks¶
- Add a
GET /relying-party/disclosure-requests/exportendpoint mirroring M3-08 - Per the export wireframe (
docs/design/ui-designs/credential-disclosure/data-export-interface.html), the actual design offers three formats: CSV, an "Excel-compatible" variant (still CSV under the hood), and PDF. It does not show JSON or XML anywhere — worth noting alongside the M9-15 JSON/XML question, since the JVP-designed UI itself only anticipates CSV/PDF for this screen.
Frontend Tasks¶
- Add "Export CSV" action on the disclosure requests list page
- Add PDF export option alongside CSV, per the wireframe's format picker (field selection: request ID/date/status, candidate name/email/phone, credential type/issuer/issue date)
Dependencies¶
- M5-01 disclosure request setup — needs the underlying data model first.
Acceptance Criteria¶
- CSV export available (per SOW Appendix 3, FR2 acceptance criteria)
Existing Reference Material¶
Blockers & Risks¶
None identified.