generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 153
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: fetch algolia recommendations #1024
Merged
Merged
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
syedsajjadkazmii
force-pushed
the
sajjad/VAN-1599
branch
5 times, most recently
from
August 9, 2023 13:39
04e007c
to
e3bba48
Compare
syedsajjadkazmii
force-pushed
the
sajjad/VAN-1599
branch
from
August 10, 2023 06:35
e3bba48
to
9f89575
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## recommendations-v2 #1024 +/- ##
======================================================
+ Coverage 84.47% 85.69% +1.21%
======================================================
Files 113 119 +6
Lines 2197 2258 +61
Branches 638 642 +4
======================================================
+ Hits 1856 1935 +79
+ Misses 325 310 -15
+ Partials 16 13 -3
☔ View full report in Codecov by Sentry. |
syedsajjadkazmii
force-pushed
the
sajjad/VAN-1599
branch
3 times, most recently
from
August 10, 2023 11:56
c0a83db
to
0c7483d
Compare
syedsajjadkazmii
force-pushed
the
sajjad/VAN-1599
branch
from
August 11, 2023 08:17
0c7483d
to
76a26c7
Compare
mubbsharanwar
approved these changes
Aug 15, 2023
ahtesham-quraish
pushed a commit
that referenced
this pull request
Aug 22, 2023
mubbsharanwar
pushed a commit
that referenced
this pull request
Aug 28, 2023
zainab-amir
pushed a commit
that referenced
this pull request
Sep 7, 2023
syedsajjadkazmii
added a commit
that referenced
this pull request
Sep 8, 2023
* feat: add personalized recommendations (#1024) * use Algolia for personalized recommendations * show personalized recommendations to use that have consented to functional cookies * update tests VAN-1599 * Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030) This reverts commit fc62241. * feat: update recommendations page design (#1036) VAN-1598 * feat: add events for recommendations (#1039) * feat: remove static recommendations --------- Co-authored-by: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com>
snglth
pushed a commit
to Abstract-Tech/community-theme-authn
that referenced
this pull request
Jan 9, 2024
* feat: add personalized recommendations (openedx#1024) * use Algolia for personalized recommendations * show personalized recommendations to use that have consented to functional cookies * update tests VAN-1599 * Revert "fix: special characters in redirect url getting decoded to space (openedx#1029)" (openedx#1030) This reverts commit fc62241. * feat: update recommendations page design (openedx#1036) VAN-1598 * feat: add events for recommendations (openedx#1039) * feat: remove static recommendations --------- Co-authored-by: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com>
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.
Description
JIRA
VAN-1599
How Has This Been Tested?
Locally