-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
🧾 Description
Implement a Report Generation feature for the Attack Results currently displayed on the UI.
Allow users to export or download the results in a readable report format (e.g., PDF, CSV, or JSON).
Ensure the generated reports include all relevant data, summaries, and timestamps for accurate documentation and analysis.
✅ Tasks
- Create a ReportGenerator module to handle data formatting and file creation.
- Add a Save Report button to the Attack Results UI section.
- Support multiple export formats (e.g., PDF, CSV, JSON) based on user selection [Optional].
- Include metadata such as timestamp and attack configuration details.
- Ensure consistent styling and branding in the report layout.
- Test file download functionality across browsers and devices.
🎯 Expected Outcome
- Users can generate and download detailed reports of attack results.
- Generated files maintain consistent styling and readability.
- The feature integrates smoothly with existing UI without breaking functionality.
- Reports are accurate and useful for auditing and documentation purposes.