hotosm / tasking-manager

Tasking Manager - The tool to team up for mapping in OpenStreetMap
https://wiki.openstreetmap.org/wiki/Tasking_Manager
BSD 2-Clause "Simplified" License
504 stars 270 forks source link

Handling missing data points while switching stats source #6078

Closed ramyaragupathy closed 11 months ago

ramyaragupathy commented 11 months ago

Related to switching data source to ohsomeNow stats, https://github.com/hotosm/tasking-manager/issues/5999

Can we please have - instead of 0 for POIS and waterways under My Contributions section? Also, possible to link to ohsomeNow about page - https://stats.now.ohsome.org/about as part of the tooltip message?

cc @royallsilwallz @konishon @petya-kangalova @RAytoun

royallsilwallz commented 11 months ago

The linking of the ohsomeNow about page to the tooltip message is not possible with the current setup of our tooltip display since the tooltip fades away when the cursor moves away from the info icon. Due to this, the user cannot click on the hyperlink. In order to address this issue, we need to refactor the tooltip setup on the frontend, which would require some time and effort. CC @ramyaragupathy @konishon @varun2948

ramyaragupathy commented 11 months ago

Sounds good @royallsilwallz - we can see how we provide that info later. As long as we handle the missing fields with a - we are good for the current release.

royallsilwallz commented 11 months ago

Yeah sure !

ramyaragupathy commented 11 months ago

Fixed through https://github.com/hotosm/tasking-manager/pull/6080