avo-hq/avo

Auto-Refresh for Resources

Open

#3,232 opened on Sep 10, 2024

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Ruby (1,778 stars) (308 forks)user submission
FeatureHelp wantedJavascript

Description

Feature

It would be beneficial to have an auto-refresh option for resources in Avo, such as refresh_every on the cards where real-time updates are critical for users to track changes without manually refreshing the page.

Current workarounds

I found the refresh_every on Cards but there is no built-in way to achieve this at the moment on resources. Users need to refresh the page manually to see updated data.

Screenshots or screen recordings

image Screenshot from 2024-09-10 13-13-50

Additional context

Auto-refresh features are commonly seen in dashboards like those in logistics or tracking systems where real-time updates are essential. Examples can be seen in other admin panel frameworks or platforms that deal with constantly changing data like order statuses in e-commerce systems.

Contributor guide