Skip to content

FE: KC: Add search filters #539

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AlexisD02
Copy link

@AlexisD02 AlexisD02 commented Sep 11, 2024

What changes did you make?

Implemented a new filtering mechanism for the connectors grid in Kafka UI. Instead of a single search field, users can now filter by individual fields: Name, Connect, Type, Plugin, Topics, and Status. The filtering logic applies a logical "AND" across these fields.

Is there anything you'd like reviewers to focus on?

Please review the filtering functionality to ensure that each field is correctly applied.

Fixes #244

@AlexisD02 AlexisD02 requested a review from a team as a code owner September 11, 2024 13:23
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Sep 11, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hi AlexisD02! 👋

Welcome, and thank you for opening your first PR in the repo!

Please wait for triaging by our maintainers.

Please take a look at our contributing guide.

@AlexisD02 AlexisD02 changed the title Added search filters for kafka connect Added search filters for kafka connect #244 Sep 11, 2024
@AlexisD02 AlexisD02 changed the title Added search filters for kafka connect #244 Added search filters for kafka connect Sep 11, 2024
@AlexisD02 AlexisD02 changed the title Added search filters for kafka connect Added search filters for kafka connect #244 Sep 11, 2024
@Haarolean Haarolean self-assigned this Sep 25, 2024
@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature scope/frontend Related to frontend changes and removed status/triage/manual Manual triage in progress labels Sep 25, 2024
@Haarolean Haarolean changed the title Added search filters for kafka connect #244 FE: KC: Add search filters Sep 25, 2024
@Haarolean
Copy link
Member

For this one, we'd need the design solution first. I'll put this on hold until it is done.

@Haarolean Haarolean removed their assignment Sep 25, 2024
@Haarolean Haarolean added the status/pending-design Pending UI design solution label Sep 25, 2024
@Haarolean Haarolean marked this pull request as draft September 25, 2024 08:53
@Haarolean Haarolean added the hacktoberfest-accepted PRs accepted towards hacktoberfest goal and will be counted as approved label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PRs accepted towards hacktoberfest goal and will be counted as approved scope/frontend Related to frontend changes status/pending-design Pending UI design solution status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add filters on kafka connect config to kafka connect component
2 participants