hpi-swa-teaching / Liquid

(SWT22-07)
MIT License
6 stars 0 forks source link

Implement data export to file #210

Closed bweengener closed 3 months ago

bweengener commented 2 years ago

User Story: As a host I want to export the raw results to a file format to analyze it. Acceptance Criteria: The export functionality supports the option to select a desired file format (e.g. CSV) and a destination where the file is saved. Furthermore the exported file should contain all relevant data without loss of information. General:

vogelingmar commented 4 months ago

Acceptance Criteria: We can export the poll data to a portable .csv file that can be used outside of squeak. Exporting works by having a button on the results page. The .csv file gets stored in the downloads folder.

florian-str commented 4 months ago

The name of the button Show results is misleading. It should probably be renamed to Export results.

matveysiva commented 4 months ago

show results button into export csv