-
Notifications
You must be signed in to change notification settings - Fork 3k
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(recommendations): add last edited entities #6329
Conversation
} | ||
|
||
@Override | ||
public boolean isEligible(@Nonnull Urn userUrn, @Nonnull RecommendationRequestContext requestContext) { |
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.
This is great @CorentinDuhamel !
Would you mind adding a unit test for this class. I understand that existing sources may or may not have these, but I think going forward we'll be requiring (and backfilling) these.
Cheers
John
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.
That's was not in my plan. I have no idea how to do it but if it's done for the "recently viewed" module, I can take inspiration from it.
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.
This LGTM - Thanks!
The goal is to involve the users of the platform by displaying on the homepage the last modified entities.
Checklist