Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Helper: Auto-refresh data in Dashboard Widget #2030

Open
acicovic opened this issue Nov 23, 2023 · 0 comments
Open

Content Helper: Auto-refresh data in Dashboard Widget #2030

acicovic opened this issue Nov 23, 2023 · 0 comments

Comments

@acicovic
Copy link
Collaborator

Is your feature request related to a problem?

The Content Helper Dashboard Widget doesn't currently auto-refresh its data. However, this can be very useful especially for small period selections.

Describe the solution you'd like

  • Use setInterval() to periodically refresh the Widget's data, without showing the loading indicator while this is happening.
  • To keep hitting the same cache server, the cookie that's returned by the first API call should be sent on every subsequent API request. We need to see how to implement this, but also see if it works as it is a new feature in the Parse.ly back-end.
  • We currently expect the API data to be refreshed around every 10 minutes. The exact refresh interval is to be determined when this gets implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant