noam-honig / wikiloc

11 stars 8 forks source link

A way for users to refresh their location. #23

Open noam-honig opened 1 year ago

noam-honig commented 1 year ago

Currently if the users are moving around, they need to refresh the browser to update their location.

Some users dont understand that and sent feedback that all over town they got the same results.

ErezBiren commented 1 year ago

Do you suggest a refresh button?

noam-honig commented 1 year ago

Not sure, we have many buttons :)

On Fri, Mar 24, 2023 at 20:07 Erez Birenholz @.***> wrote:

Currently if the users are moving around, they need to refresh the browser to update their location.

Some users dont understand that and sent feedback that all over town they got the same results.

Do you suggest a refresh button?

— Reply to this email directly, view it on GitHub https://github.com/noam-honig/wikiloc/issues/23#issuecomment-1483135750, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD65PU2QFPD5IEBDVQ3HP6DW5XPEZANCNFSM6AAAAAAWGHAAS4 . You are receiving this because you authored the thread.Message ID: @.***>

ErezBiren commented 1 year ago

We can fetch the location every X time

develad commented 1 year ago

We can fetch the location every X time

It's a good idea But maybe before fetching the data from Wikipedia API we can preform a check if the user have moved outside a certain Radius of the latitude and longitude (For example: The user moved 1KM from the last data fetching then preform a new fetch request to the server and update the UI) That way there would be less network traffic.

noam-honig commented 1 year ago

Not sure that the network traffic is an issue - but I did walk with it last week abroad, and updating my location on the map and the distances of things would have been helpful (even without reloading the data from wiki, just updating)