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

feat: search image with full name in Environment page #2744

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Oct 10, 2024

Changes:

This PR enhances the image filtering functionality in the ImageList component:

  1. Adds a fullName property to the image data object, populated with the result of getImageFullName(image).
  2. Extends the filtering logic to include a fullNameMatch check, allowing users to search for images based on their full names.

Rationale:

Including the full name in the search criteria provides users with more flexibility when filtering images, improving the overall user experience and making it easier to find specific images.

Effects:

  • Users can now search for images using their full names, in addition to existing criteria.
  • Developers working on the ImageList component should be aware of the new fullName property and its inclusion in the filtering logic.

Checklist:

  • Documentation: Update user guide to reflect new search capabilities
  • Test case: Verify that searching by full image name returns expected results

Copy link

graphite-app bot commented Oct 10, 2024

Your org requires the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @agatha197 and the rest of your teammates on Graphite Graphite

Copy link

github-actions bot commented Oct 10, 2024

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements
5.4% (-0% 🔻)
348/6442
🔴 Branches
4.86% (-0% 🔻)
218/4490
🔴 Functions 3.15% 67/2125
🔴 Lines
5.29% (-0% 🔻)
333/6293

Test suite run success

93 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from 608d821

Copy link
Member

@yomybaby yomybaby left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

graphite-app bot commented Oct 11, 2024

Merge activity

**Changes:**

This PR enhances the image filtering functionality in the ImageList component:

1. Adds a `fullName` property to the image data object, populated with the result of `getImageFullName(image)`.
2. Extends the filtering logic to include a `fullNameMatch` check, allowing users to search for images based on their full names.

**Rationale:**

Including the full name in the search criteria provides users with more flexibility when filtering images, improving the overall user experience and making it easier to find specific images.

**Effects:**

- Users can now search for images using their full names, in addition to existing criteria.
- Developers working on the ImageList component should be aware of the new `fullName` property and its inclusion in the filtering logic.

**Checklist:**

- [ ] Documentation: Update user guide to reflect new search capabilities
- [ ] Test case: Verify that searching by full image name returns expected results
@yomybaby yomybaby force-pushed the feature/search-image-with-full-name branch from 9b09251 to 608d821 Compare October 11, 2024 09:45
@graphite-app graphite-app bot merged commit 608d821 into main Oct 11, 2024
7 checks passed
@graphite-app graphite-app bot deleted the feature/search-image-with-full-name branch October 11, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants