-
Notifications
You must be signed in to change notification settings - Fork 223
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(recommend): add recommended-for-you model #1490
Conversation
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.
LGTM 🚀
There are 3 ways of referencing "products" now:
What's the reasoning behind all these different namings? "Recommended For You" also returns products, right? And in that case, how to explain users the difference between "Recommended For You" and "Related Items" provided with a |
Hey François, will try my best to answer your questions
How is this different from Related products with a user token? Hope this helps. Thanks! |
Right, so the main difference with Recommended For You is that there's no reference product. Thanks for the clarification! (It's unfortunate that there's this divergence between Related Products and Trending Items, while both refer to catalog records.) |
Hey, feel free to ping me when I can merge :) |
08f12ee
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.
🚀
@shortcuts this can be merged |
Description
Add
getRecommendedForYou
function to recommend.Test
To test locally you can update
playground/browser/index.html
with the following content: