scylladb / argus

Apache License 2.0
4 stars 10 forks source link

Feature Request: Collaborative Discussions for Argus Views #485

Open soyacz opened 2 hours ago

soyacz commented 2 hours ago

Feature Request: Collaborative Discussions for Argus Views

Summary:

When working with Argus Views, users often need to discuss and annotate findings during meetings. The proposed feature introduces a widget with two sections to help users highlight important messages and track action items. This will streamline collaboration, especially when analyzing the latest Argus View.

Feature Details:

The widget consists of two sections:

  1. Highlights
    A place to add important messages and questions for discussion. Each entry may include:

    • Textual entries for general messages or questions. Examples:
      • “New gradual throughput test added”
      • “An issue was fixed/added”
      • “Shall we test tablets with test X?”
    • Links to issues from the tracking system. These should display the issue number, title, status, and assignee.
  2. Action Items
    A to-do list for tasks that need action. Each action item will contain:

    • A checkbox to mark completion.
    • A textual description of the task.
    • An assigned person responsible for the task.
      Example:
      [ ] | Schedule tablets test execution every 3 weeks | soyacz

Key Features:

Refs: https://github.com/scylladb/qa-tasks/issues/1784

soyacz commented 2 hours ago

@roydahan @fruch please review if this makes sense and is targeting our needs for discussions (results summary, graphing will be in separate widgets).