Change report download from JSON to PDF
- Add GenerateSingleReport() method to PdfReportService for individual CV reports - PDF includes: score header, employment verification table, timeline analysis, gaps/overlaps sections, and color-coded flags (critical/warning/info) - Update Report.razor to use PdfReportService instead of JSON serialization - Add TrueCV.Web.Services to _Imports.razor Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
@using TrueCV.Web
|
||||
@using TrueCV.Web.Components
|
||||
@using TrueCV.Web.Components.Shared
|
||||
@using TrueCV.Web.Services
|
||||
@using TrueCV.Application.Interfaces
|
||||
@using TrueCV.Application.DTOs
|
||||
@using TrueCV.Application.Models
|
||||
|
||||
Reference in New Issue
Block a user