-
Notifications
You must be signed in to change notification settings - Fork 7
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
IBX-2332: Added remoteId support in RecommendationEventSubscriber to fetch recommendations #105
Merged
ciastektk
merged 5 commits into
2.1
from
ibx-2332-added-remote-id-support-to-fetch-recommendations
Feb 17, 2022
Merged
IBX-2332: Added remoteId support in RecommendationEventSubscriber to fetch recommendations #105
ciastektk
merged 5 commits into
2.1
from
ibx-2332-added-remote-id-support-to-fetch-recommendations
Feb 17, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ciastektk
added
Doc needed
The changes require some documentation
Ready for review
labels
Feb 16, 2022
Co-authored-by: Konrad Oboza <konrad.oboza@ez.no>
ciastektk
force-pushed
the
ibx-2332-added-remote-id-support-to-fetch-recommendations
branch
from
February 16, 2022 13:14
a613ce4
to
57a8666
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Nattfarinn
approved these changes
Feb 16, 2022
konradoboza
approved these changes
Feb 16, 2022
adamwojs
approved these changes
Feb 16, 2022
webhdx
approved these changes
Feb 16, 2022
Steveb-p
approved these changes
Feb 16, 2022
alongosz
requested changes
Feb 16, 2022
alongosz
approved these changes
Feb 16, 2022
Base automatically changed from
ibx-2324-added-configuration-parameter
to
2.1
February 17, 2022 07:27
ciastektk
deleted the
ibx-2332-added-remote-id-support-to-fetch-recommendations
branch
February 17, 2022 07:28
ciastektk
pushed a commit
that referenced
this pull request
Mar 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.3.15
,v4.0.2
This PR provides support to fetch recommendations based on
remoteId
. This is a potentially BC break and requires doc changes. (We don't have customers which using Personalization module in 3.3 yet)Requires below changes in doc:
https://doc.ibexa.co/en/3.3/guide/personalization/recommendation_client/#displaying-recommendations
https://doc.ibexa.co/en/3.3/guide/personalization/recommendation_client/#parameters
contextItems:
- type: instance of eZ\Publish\API\Repository\Values\Content\Content
- description: Content you want to get recommendations for.
outputTypeId:
- type: int
- description: Content Type you are expecting in response, for example, 10.
Checklist:
$ composer fix-cs
).@ezsystems/php-dev-team
).