bluewave-labs / bluewave-labs/Checkmate

Group maintenance windows by name in the table when created for multiple monitors

Open
#3,548 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
10.8k
Forks
1.2k
Avg merge
1d 4h
Merged PRs (30d)
68

Description

**Is your feature request related to a problem? Please describe.**
Basically when creating a maintenance window for multiple monitors, the app creates one database record per monitor. This results in multiple rows with the same name, same schedule, and same settings appearing in the maintenance windows table , one per monitor. This is confusing and hard to manage, especially at a larger scale.

**Describe the solution you'd like**
The maintenance windows table should display one row per logical window (grouped by name/schedule). Each row should be expandable to show the individual monitors it applies to, and allow managing them individually from there.

**Suggested Fix**

Either:

Group records client-side by name + start + end when displaying the table, or
Return pre-grouped data from the API

**Additional context**
Here is a screenshot of how many windows with same name and no grouping looks like:

Image

Contributor guide

Open the contributing guide

Research direction

Start by locating the maintenance windows table and the data it receives for windows created for multiple monitors. Compare grouping in the table with returning grouped data from the API, then verify that one logical window row expands to its individual monitors and supports managing them separately.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.