avo-hq / avo

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

Persist dashboard options #2497

Open dark-panda opened 8 months ago

dark-panda commented 8 months ago

Feature

Dashboard options like date ranges, etc. should persist between dashboard loads so that the user doesn't have to readjust them every time they come back to a dashboard

Current workarounds

None

Screenshots or screen recordings

None

Additional context

Dashboard configurations could be stored in a database table, or localStorage at least in a pinch.

adrianthedev commented 8 months ago

This is a great suggestion! Would you be open to submitting a PR for it? I could add you to the dashboards repo. We already have a localstorage service.