jonasoreland / runnerup

A open source run tracker
GNU General Public License v3.0
739 stars 275 forks source link

Inputting the distance in a manual entry is not convenient #979

Open opale95 opened 3 years ago

opale95 commented 3 years ago

The distance popup to input the distance has 2 boxes, one for the kilometers (or miles) and one for the meters. If for example we want to enter 7.91 Km, we have to do like in this screenshot Screenshot_20201022-160656 4 digits in the second box is not intuitive, and when we put a non-zero first digit the resulting meters is 0.

gerhardol commented 3 years ago

You do not have to type the leading 0, just 791 is sufficient.

624 tries to improve that, the question is mostly how to enter/display distances in miles.

But this is not high on my prio list...

opale95 commented 3 years ago

I don't understand, whether we use km or miles in the app (by changing the unit in the settings), there shouldn't be 4 units in the second box.

gerhardol commented 3 years ago

One mile is 1609 m, you need 4 digits for that. The initial decision (before my time) was to separate enter of km and meter, which is weird with miles and meters. With miles, meters could be replaced with yards, feet or parts of miles or decimal, but it is not very clear. My initial suggestion was not well received though.

opale95 commented 3 years ago

Ok thanks for your explanations, i thought the second box supposed to be the decimal part for both km or miles.