-
Notifications
You must be signed in to change notification settings - Fork 11
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
Graphs Views for fast graphs filtering #554
Comments
@fruch this is how I see the next step for 'Graph Widget' feature. WDYT? |
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Dec 28, 2024
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 3, 2025
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 3, 2025
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 3, 2025
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 7, 2025
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
soyacz
added a commit
to soyacz/argus
that referenced
this issue
Jan 9, 2025
Users are allowed to create 'Graph Views' which can store specific graphs. Created Graph Views are visible in test's graph window and can be selected for quick look on saved graphs list. This way saving time for playing with filters. Graph Views may have a name and description. closes: scylladb#554
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
The current Argus graphing functionality lacks a structured way to manage and focus on specific sets of graphs. Navigating through numerous graphs in the "Graphs window," where all graphs are presented, can be overwhelming. This makes it difficult for users to concentrate on relevant data without applying filters repeatedly. This inefficiency affects usability and slows down workflows, especially for recurring tasks requiring specific graph collections.
Proposed Solution
Introduce a "Graph View" feature that allows users to group and persist specific graphs for reuse. This feature will enable users to create, manage, and activate Graph Views seamlessly while ensuring the selected graphs are readily accessible in subsequent sessions. The functionality will be scoped to the "Graphs window" where all graphs are displayed.
Key Features
Create and Name Graph Views:
Assign Graphs to a Graph View:
Activate Graph Views:
Remove Graphs from a Graph View:
Reorder Graphs in a Graph View:
Persistent Storage:
Integration with Argus Views:
Shareable Links:
Future Extensibility:
Expected Outcome
This feature will streamline graph management in Argus, improving user productivity by reducing the cognitive load of navigating large collections of graphs. By allowing users to focus on specific, reusable groupings in the "Graphs window," workflows will become more efficient, and collaboration will be enhanced through shareable links.
Refs: https://github.com/scylladb/qa-tasks/issues/1784
The text was updated successfully, but these errors were encountered: