View Issue Details

IDProjectCategoryView StatusLast Update
0001558Garmin Badge DatabaseRequestpublic2023-10-18 13:45
Reportere7andy Assigned Toe7andy  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target VersionbacklogFixed in Version2022 
Summary0001558: Add unit switch to challenge page
DescriptionAll distances in the challenge page are now in kilometers. Add function to switch to miles.

Implementation:
Add class "distance_km" to all numbers that holds a distance in kilometers.
Add dropdown with km and miles. Add onchange listener that triggers client side calculation of all values with class "distance_km".
Multiply each value with 0.621371192 and round to two decimals.

Add cookie to save the chosen value.
Read that cookie and calculate the values if miles is chosen.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-10-06 10:51 e7andy New Issue
2021-10-06 10:51 e7andy Status new => confirmed
2022-03-09 17:20 e7andy Assigned To => e7andy
2022-03-09 17:20 e7andy Status confirmed => resolved
2022-03-09 17:20 e7andy Resolution open => fixed
2022-03-09 17:20 e7andy Fixed in Version => 2022
2023-10-18 13:45 e7andy Status resolved => closed