Problem
Currently, reports.ts implements client-side carbon footprint report export utilities (downloadJsonReport, downloadCsvReport, and downloadPdfReport) utilizing jsPDF, jspdf-autotable, papaparse, and file-saver. Ensuring clean ES module exports is essential for maintaining reliable reporting workflows across sustainability analytics dashboards.
Proposed Solution
Verify and maintain clean ES module exports for downloadJsonReport, downloadCsvReport, and downloadPdfReport in reports.ts.
Acceptance Criteria
Please assign this issue to me.
Problem
Currently,
reports.tsimplements client-side carbon footprint report export utilities (downloadJsonReport,downloadCsvReport, anddownloadPdfReport) utilizingjsPDF,jspdf-autotable,papaparse, andfile-saver. Ensuring clean ES module exports is essential for maintaining reliable reporting workflows across sustainability analytics dashboards.Proposed Solution
Verify and maintain clean ES module exports for
downloadJsonReport,downloadCsvReport, anddownloadPdfReportinreports.ts.Acceptance Criteria
downloadJsonReport,downloadCsvReport, anddownloadPdfReportfunctions fromreports.ts.Please assign this issue to me.