-
Notifications
You must be signed in to change notification settings - Fork 150
feat: account level, email notification preferences and embargo feature #1228
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
Merged
Conversation
This file contains hidden or 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
* feat: added country disabling feature * refactor: removed isDisabledCountry additional call
* fix: fixed support urls (#1155) * fix(deps): update dependency @edx/frontend-component-header to v5.7.1 (#1156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @openedx/frontend-slot-footer to v1.0.6 (#1157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: fixed certificates url --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: added notification preferences settings at account level * fix: fixed test cases * feat: added api for account notification type * fix: fixed test cases and label * test: added update account preference test case * fix: fixed issue to update email cadence for account notification type * refactor: updated time * fix: fixed mixed cadence issue * fix: fixed border issue when no preferences * refactor: refactor code --------- Co-authored-by: sundasnoreen12 <[email protected]>
* fix: updated notifiations section url * fix: updated test cases
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1228 +/- ##
==========================================
+ Coverage 58.50% 58.55% +0.04%
==========================================
Files 117 119 +2
Lines 2321 2413 +92
Branches 641 665 +24
==========================================
+ Hits 1358 1413 +55
- Misses 902 934 +32
- Partials 61 66 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ayesha-waris
approved these changes
Apr 15, 2025
AhtishamShahid
approved these changes
Apr 15, 2025
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.
INF-1772
Description
This PR is meant to remove branch divergence from the Account MFE. Currently deployed branches are 2u-main and the community is using the master branch. A PR has been created to shift the deployment pipeline to the default branch. 2u-main branch contains
Test Plan