avo-hq / avo

Build Ruby on Rails apps 10x faster
https://avohq.io
Other
1.5k stars 238 forks source link

Dashboard-wide ranges #2301

Open adrianthedev opened 9 months ago

adrianthedev commented 9 months ago

We'd love to be able to have one range that influences all cards on that dashboard.

For example, change the number of days on which the data should be quried from 7d to 30d and more.

Related PR: https://github.com/avo-hq/avo-dashboards/pull/36#issuecomment-2120952729

Mixpanel example.

CleanShot 2024-04-24 at 16 43 31@2x

github-actions[bot] commented 8 months ago

This issue has been marked as stale because there was no activity for the past 15 days.

Bergrebell commented 5 months ago

this looks fantastic!

i was looking for a solution to something similar in my previous avo-project, where we wanted to show some figures per user (we have multiple charts which show different activities per user. the user can be selected in each chart via a select. but when we wanted to see the performance of a user, we had to go through all the charts and select the user in every single one of them). am i correct in assuming that this will allow us to select one user on the dashboard and adapt all of the charts?

adrianthedev commented 5 months ago

Yes, that is correct. All cards will be influenced by this range/filter. We figured out this use-case a while back, but after the initial release.