-
Notifications
You must be signed in to change notification settings - Fork 111
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
[HACK week] Enables favorite products filter feature #14597
base: trunk
Are you sure you want to change the base?
Conversation
📲 You can test the changes from this Pull Request in WooCommerce iOS by scanning the QR code below to install the corresponding build.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Sharma, I thought we wanted to keep the feature flags and only remove them after a few releases? That would make it easier to backtrack in case something breaks.
One more thing: I think the filter in the product selector affects the list in Product tab as well:
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-12-05.at.17.32.33.mp4
This seems to be the issue for all fitlers not just the favorite one, so we should probably log a separate issue to fix.
Good catch, Huong! I logged an issue #14624 |
Thanks for the review, Huong! 🙇
I agree, Huong. I thought removing the feature flag would be cleaner due to the minimal usage of the feature flag in code.
The PR is ready for another round of review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the updates!
Generated by 🚫 Danger |
Part of: #12274
Description
Enables the HACK week feature - option to filter favorite products in product lists screen and product selector screen.
Changes
Steps to reproduce
Prerequisites
Products list
favorite_products
value infilters
propoerty.Product selector
favorite_products
value infilters
propoerty.Testing information
Screenshots
Gif
iPhone
iPad
Video recording
RELEASE-NOTES.txt
if necessary.Reviewer (or Author, in the case of optional code reviews):
Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement: