kenya-jug/regression

Allow Filtering by "All Applications" and "All Data Sources"

開放

#48 建立於 2025年5月20日

 (0 則留言) (0 個反應) (0 位負責人)Java (12 個分叉)auto 404
CoreUIgood first issue

倉庫指標

星標
 (7 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Enhance the filtering functionality to support selecting "All Applications" and "All Data Sources" options, enabling users to view aggregated or unscoped data more easily.

Current Behavior:

  • Filters require users to select specific applications or data sources.
  • There's no built-in way to view data across all apps or sources in a single view.

Expected Behavior:

  • Users should be able to select a default or explicit "All" option for:

    • Application
    • Data Source
  • When selected, charts, tables, and logs should display data across all relevant entities.

Proposed Tasks:

  1. Update UI components (dropdowns, multiselects) to include All Applications / All Data Sources options.
  2. Adjust API or query logic to interpret the "All" selection as no filter (or wildcard).
  3. Ensure that selecting/deselecting specific items overrides the "All" selection gracefully.
  4. Add visual indicators to make it clear when viewing aggregate data.

貢獻者指南