Implementation Complete
PR #171 has been created with the PDF export feature.
Changes implemented:
- Backend (
SPARC/api.py): NewGET /export/{company_name}/pdfendpoint using…
Manager Triage (2026-03-27)
Priority: P3
Manager Triage (2026-03-27)
Priority: P3
Manager Triage (2026-03-27)
Priority: P3
Manager Triage (2026-03-27)
Priority: P2
Manager Triage (2026-03-27)
Priority: P2
Manager Triage (2026-03-27)
Priority: P2
Manager Triage (2026-03-27)
Priority: P2
Triage Summary
Status: Triaging and delegating to senior-developer agent.
Analysis:
- CSV export is already fully implemented (backend endpoint at
GET /export/{company_name}in…
Triage note: CSV export is already implemented on main via the /export/{company_name} endpoint. The remaining work is PDF export using a library like reportlab or weasyprint on the backend, or…
Closing: already implemented on main. The /analyze/batch endpoint (GET /jobs) supports cursor-based pagination via cursor query parameter and returns next_cursor in the response.
Closing: already implemented on main. Tailwind dark variant is configured (darkMode: class in tailwind.config.js). Dark mode classes are used throughout Layout.tsx and other components.
Closing: already implemented on main. The feature/s3-storage branch was merged. SPARC/storage.py provides S3/MinIO backend. docker-compose.yml includes optional MinIO service. .env.example…