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

Manual Entry Issues #217

Closed TheBig-O closed 1 month ago

TheBig-O commented 1 month ago

When I enter a run manually, there are two issues that make it difficult and on result I am not sure about.

None of these are show stoppers as I rarely have manually entered workouts, but I did want to let you know about htem. Cheers!

image
jovandeginste commented 1 month ago

Thanks for reporting this. I'll admit I didn't test the new manual add/edit form with Imperial units enabled...

(The seemingly random distance issue, is because the database stores distances in meters, and the application converts the unit as needed; I forgot to convert the input from miles to meters before storing it, but did convert from meters to miles when showing)

All the issues should be addressed in the linked PR; if you find any other, don't hesitate to report!

TheBig-O commented 1 month ago

You're awesome. I really appreciate the quick work you're doing and am glad you're not ticked off about my constant issues! And the update works perfectly! Thanks for that and all your hard work!!!