User Story
As a project admin, I want to export BeCoMe calculation results to PDF or CSV, so that I can include them in reports or share with stakeholders who do not use the web app.
Problem Statement
Calculation results can only be viewed in the web interface. For academic papers, presentations, or sharing with non-technical stakeholders, export functionality is needed.
Proposed Solution
PDF Export
- Include project metadata (name, description, date)
- List all expert opinions in a table
- Show calculation results (arithmetic mean, median, best compromise, max error)
- Include fuzzy triangle visualization
- Professional formatting suitable for academic reports
CSV Export
- Expert opinions table (name, lower, peak, upper, comment)
- Calculation results summary (one row with all metrics)
Acceptance Criteria
Technical Notes
- Consider using
jspdf or react-pdf for PDF generation
- CSV can use native Blob API
- Visualization may need to be rendered to canvas for PDF inclusion
User Story
As a project admin, I want to export BeCoMe calculation results to PDF or CSV, so that I can include them in reports or share with stakeholders who do not use the web app.
Problem Statement
Calculation results can only be viewed in the web interface. For academic papers, presentations, or sharing with non-technical stakeholders, export functionality is needed.
Proposed Solution
PDF Export
CSV Export
Acceptance Criteria
project-name-results.pdf)Technical Notes
jspdforreact-pdffor PDF generation