jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Convert user statistics to use the new function #81

Closed jovandeginste closed 5 months ago

jovandeginste commented 5 months ago

The data structure in the statistics.go file was updated to no longer add user statistics. The UserStatistics template in the user_statistics.html file was also updated to reflect the changes in the data structure.

The changes ensure that user statistics are retrieved and displayed correctly in the user statistics page.