dronefly-garden / dronefly

Red Discord Bot V3 cogs for naturalists.
Other
16 stars 3 forks source link

user: align 'me' project leaderboard display values with web #158

Closed synrg closed 3 years ago

synrg commented 3 years ago

The me display sometimes shows values different from the web.

We discovered a mismatch in observation counts because in ,me and ,my, the web links are missing verifiable=any. Without this parameter, even if the project allows any (like our ever project, i.e. Discord iNaturalist Server), the linked display from the observation count stat in the ,me to the corresponding observations display on the web will not show the same observations count. The web display will default to verifiable=true, and the number will be lower than in the bot display, leaving the user confused.

Other, less serious possible causes of discrepancies relate to caching. They have been moved to #160

synrg commented 3 years ago

Fixed the bug mentioned at the beginning of the report in df0c7274ff361b0dd6b005c62a2bfa341897a607 and have split the other ideas off to #160