Skip to content

Conversation

frano-m
Copy link
Contributor

@frano-m frano-m commented Aug 19, 2025

Closes #382.

This pull request updates the genome entity configuration to improve how the "coverage" field is displayed and filtered in the UI. The main changes introduce a range-based view and filtering for coverage, enhancing the user experience when working with this data.

Improvements to coverage field display and filtering:

  • Added a viewKind property with the value VIEW_KIND.RANGE to the coverage category, enabling a range-based UI for displaying coverage values.
  • Added a filterFn property with the value "inNumberRange" to the coverage column, allowing users to filter coverage values within a specified numeric range.

Dependency update:

  • Imported VIEW_KIND from the UI library to support the new range view for categories.
image

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request implements range-based filtering and display for the coverage field in the genome entity configuration. It enhances the user interface by allowing users to view and filter coverage values within specified numeric ranges.

Key changes:

  • Added range view capability for the coverage category using VIEW_KIND.RANGE
  • Implemented numeric range filtering for the coverage column with "inNumberRange" filter function
  • Imported required VIEW_KIND constant from the UI library

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added the feat label Aug 19, 2025
@frano-m frano-m marked this pull request as draft August 19, 2025 04:50
@frano-m frano-m moved this to In Progress in BRC development tasks Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Create range filter
1 participant