Skip to content

Add dataset-related filters to chart editor variable selector  #6014

@mlbrgl

Description

@mlbrgl

Summary

Add additional dataset-related filter dropdowns to the chart editor's variable selector, similar to the existing "Namespaces" filter.

Context

As part of the search-powered data collections work (PR #5939), we're exposing four dataset-related attributes on chart records in Algolia:

  • namespace
  • name (dataset name)
  • version
  • producer

These same attributes could be used as filters in the chart editor variable selector to improve the indicator selection workflow.

Current State

The variable selector (adminSiteClient/VariableSelector.tsx) currently has:

  • A free-text search field
  • A "Namespaces" multi-select dropdown filter

Requested Enhancement

Add additional filter dropdowns for:

  • Dataset product - filter variables by dataset name
  • Dataset version - filter variables by version
  • Producer - filter variables by producer

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions