Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[✨ FEATURE]: Export Evaluator Answer Table As Csv #502

Closed
saltykheera opened this issue Jun 13, 2024 · 2 comments
Closed

[✨ FEATURE]: Export Evaluator Answer Table As Csv #502

saltykheera opened this issue Jun 13, 2024 · 2 comments
Labels
Enhancement New feature or request

Comments

@saltykheera
Copy link
Contributor

Feature Description πŸ“

Add functionality to export data from the Evaluator heuristics table to a CSV file. This feature will allow users to download the table data for external analysis and reporting purposes.

screen-recorder-thu-jun-13-2024-12-35-10.webm

Motivation 🌟

The current application allows users to view data within the Evaluator heuristics table, but lacks an option to export this data for offline analysis or reporting. By adding CSV export functionality, teams can easily share and analyze data outside the application, facilitating better collaboration and more in-depth analysis

Expected Behavior πŸ€”

Users should see an "Export to CSV" button associated with the Evaluator heuristics table. When clicked, the application should generate a CSV file containing the current data in the table and prompt the user to download it. The CSV file should be well-formatted, including appropriate headers for each column in the table.

Additional Information ℹ️

The CSV export should capture the state of the table as viewed by the user, including any filters or sorting applied.
The implementation should ensure that special characters and commas within the data are properly escaped to maintain CSV integrity.
This feature will enable teams to use external tools like Excel or Google Sheets to create detailed reports and perform advanced data analysis, enhancing the utility of the Evaluator heuristics data.

@saltykheera saltykheera added the Enhancement New feature or request label Jun 13, 2024
@saltykheera saltykheera changed the title [✨ FEATURE]: Export Evaluator Answer Table [✨ FEATURE]: Export Evaluator Answer Table As Csv Jun 13, 2024
@saltykheera
Copy link
Contributor Author

@jvJUCA should i create a PR
for this feature ?

@jvJUCA
Copy link
Member

jvJUCA commented Jun 19, 2024

This would be very useful. It would be good to validate whether the data exported as CSV would be useful, and the implementation should be done in a way that ensures quality.

jvJUCA added a commit that referenced this issue Jul 3, 2024
Resolves [✨ FEATURE]: Export Evaluator Answer Table As Csv #502
@jvJUCA jvJUCA closed this as completed Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants