Feature #92214
closedInteractive Widget for live data in dashboard overview
0%
Description
A widget is missing that fetches live data from an API endpoint via XHR requests and then displays this data in a graph, for example.
Examples are:
- CPU load
- Opened content elements (edit)
- Current / total logged in frontend or backend user
- OpCache usage
- ...
The dashboard has little effect if the data is static and the browser / dashboard module needs to be reloaded. Admins or chief editors want to see live data.
Updated by Richard Haeser over 3 years ago
- Status changed from New to Needs Feedback
I think the solution as created for #93210, will solve this issue isn't it?
Updated by Richard Haeser over 3 years ago
- Related to Feature #93210: Allow refreshing single widget added
Updated by Richard Haeser over 3 years ago
- Status changed from Needs Feedback to Closed
It is now possible to refresh the widget both with a button (when enabled in widget configuration) or by a JavaScript event. See https://docs.typo3.org/c/typo3/cms-dashboard/master/en-us/Developer/MakeRefreshable.html for more information. I will close this issue now. If you think, still some things are missing, just let me know!