You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It causes confusion when the numbers don't line up
We don't display the count beyond 100 anyways
Why would it cause confusion? Mainly due to caching. If you load a chart it's a good chance the chart is cached and a few hours old. But as we load persons, we load the most recent ones. So users inevitably wonder why the numbers don't match up when going from chart -> person modal.
Describe the solution you'd like
I propose we hide it.
Describe alternatives you've considered
Always caching persons together with the chart - but we're then doubling (or more) our load.
Additional context
cc @Twixes - His PR in #5537 made me think of this. Adding a "refresh" button may or may not be needed if we remove this.
cc @paolodamico - wdyt? Let's kill it?
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
We show a person count in our person modals:
I think it's problematic
Why would it cause confusion? Mainly due to caching. If you load a chart it's a good chance the chart is cached and a few hours old. But as we load persons, we load the most recent ones. So users inevitably wonder why the numbers don't match up when going from chart -> person modal.
Describe the solution you'd like
I propose we hide it.
Describe alternatives you've considered
Always caching persons together with the chart - but we're then doubling (or more) our load.
Additional context
cc @Twixes - His PR in #5537 made me think of this. Adding a "refresh" button may or may not be needed if we remove this.
cc @paolodamico - wdyt? Let's kill it?
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: