feat: availability chart in device details #916

Open
opened 2026-03-28 04:29:51 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2613
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2613
Original created: 2026-01-30T16:34:58Z


Is your feature request related to a problem?

Image

Instead of the Recent Sweep History table, we should show a chart like the status page:

Image

Hovering over one of the datapoints should show more details. The timeline should probably be for the past 24 hours, so we're getting datapoints every minute, that would be way too many points to render in a chart. We need to figure out how to aggregate these into 1 hour buckets, and maybe we can make each bar in the chart be a gauge showing out from 1 to 60, like a meter. The charts should render based on how many datapoints we have over an hour, because users/operators may change the interval at which they poll at, this can't be a fixed calculation in the UI.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Imported from GitHub. Original GitHub issue: #2613 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2613 Original created: 2026-01-30T16:34:58Z --- **Is your feature request related to a problem?** <img width="1156" height="218" alt="Image" src="https://github.com/user-attachments/assets/d779c4d6-1bfe-46b7-8434-5e374dc5ec1d" /> Instead of the `Recent Sweep History` table, we should show a chart like the status page: <img width="584" height="60" alt="Image" src="https://github.com/user-attachments/assets/24c9bf73-a003-4778-a03d-802aca7ee2eb" /> Hovering over one of the datapoints should show more details. The timeline should probably be for the past 24 hours, so we're getting datapoints every minute, that would be way too many points to render in a chart. We need to figure out how to aggregate these into 1 hour buckets, and maybe we can make each bar in the chart be a gauge showing out from 1 to 60, like a meter. The charts should render based on how many datapoints we have over an hour, because users/operators may change the interval at which they poll at, this can't be a fixed calculation in the UI. **Describe the solution you'd like** - [ ] #2615 A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
mfreeman451 added this to the 1.1.1 milestone 2026-03-28 04:29:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#916
No description provided.