REGmon-project / regmon

Athlete Monitoring in Sport Practice and Research
https://regmon-project.github.io/
MIT License
6 stars 1 forks source link

data export #9

Open ChristianStrotkoetter opened 10 months ago

ChristianStrotkoetter commented 10 months ago

There are some bugs concerning data export. All of the described cases can be tested by using the sample data of user profle "athlete1". Firefox and Chrome errors are pretty much the same.

  1. please remove option for xls-export from export_data.php (only xlsx and csv needed).

  2. exporting data from graphics (highcharts) -> use templates "form template test" / "result template test" on the dashboard a) "Download CSV document" results in an error:

firefox: grafik

chrome: grafik

b) "Download XLSX document" results in a file, which only contains the variable headers, but no actual data

firefox + chrome: grafik

  1. exporting data via button "Export Data" (forms_results.php -> "Athlete Data" / results.php -> "Interval Data") a) "CSV document"

firefox: grafik

chrome: grafik

b) "XLSX document"

firefox: grafik

chrome: grafik