3 years ago
SDT Dashboard Widget
I would like to see a dashboard widget that can display upcoming SDTs. We have multiple sites and being able to show upcoming maintenance windows for things like circuits would be useful for onsite...
So what I do today I have a dashboard with bunch of widgets and one of them is generic Text widget. Then I created a custom DataSource which runs every 5 minutes and basically makes 2 API calls to your company's API endpoints. One is to fetch all SDTs, then massage the data, in fact turn it into the HTML table and then the second API call is to post the data to the dashboard based on dashboard id and text widget id. Yeah, perhaps little bit kludgy but it works great.