Skip to content
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

added the feature of search in segment section #1394

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

Yagnik56
Copy link
Collaborator

In segment section, search feature wasn't working as it wasn't implemented on input text-box. It is fixed now, search can be used now for all or based on particular value like name, context or status.

@Yagnik56 Yagnik56 self-assigned this Mar 26, 2024
Copy link
Collaborator

@bcb37 bcb37 left a comment

Choose a reason for hiding this comment

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

This works, but I wonder if we can encapsulate the filter logic into a reusable component - (I noticed that some of the method names were not changed when copied over to reflect the change from 'experiment' to 'filter')

The primary reason to make a filter component is that we're going to also need the same UI/functionality on the feature flags page, and we'd probably want to make sure all three (or more, possibly, in the future?) filters stay in sync if there are any changes later on.

@Yagnik56
Copy link
Collaborator Author

Yagnik56 commented Mar 28, 2024

@bcb37 there are few things which aren't same like achieved experiment and all aren't filtered on same properties so let's keep it this way for now, so this functionality start working. We will dig deep in UI feature flags as we are still figuring out how to implement reusable component and it will take a while to implement it so let's not keep this in hold till we get clarity on that.

@Yagnik56 Yagnik56 requested a review from bcb37 March 28, 2024 09:26
Copy link
Collaborator

@bcb37 bcb37 left a comment

Choose a reason for hiding this comment

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

Ok, I'm fine with keeping the duplicated functionality for now. Just a couple more issues to address.

@Yagnik56 Yagnik56 requested a review from bcb37 April 1, 2024 05:18
@bcb37 bcb37 merged commit 007fe95 into dev Apr 3, 2024
8 checks passed
@bcb37 bcb37 deleted the bugfix/search-feature-in-segment branch April 3, 2024 19:19
@ppratikcr7 ppratikcr7 restored the bugfix/search-feature-in-segment branch May 23, 2024 09:39
@ppratikcr7 ppratikcr7 linked an issue May 23, 2024 that may be closed by this pull request
@ppratikcr7 ppratikcr7 deleted the bugfix/search-feature-in-segment branch May 23, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search functionality on Segments page doesn't work
2 participants