-
Notifications
You must be signed in to change notification settings - Fork 163
fix: the view live button should link to the learning MFE [BD-38] [TNL-8896] [BB-5075] #210
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
Conversation
|
Thanks for the pull request, @xitij2000! I've created BLENDED-1002 to keep track of it in Jira. More details are on the BD-38 project page. When this pull request is ready, tag your edX technical lead. |
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
==========================================
+ Coverage 65.99% 66.53% +0.53%
==========================================
Files 93 94 +1
Lines 1685 1751 +66
Branches 373 392 +19
==========================================
+ Hits 1112 1165 +53
- Misses 548 556 +8
- Partials 25 30 +5
Continue to review full report at Codecov.
|
|
@xitij2000 I am checking with devs internally about the configuration that would be needed for prod. Until we figure that out, this PR would have to wait. |
|
Added settings in the frontend platform. Once the openedx/frontend-platform#243 is merged, we should be ok to proceed and merge this change. 👍 |
|
👍 as long as the discussion about the default value for config is resolved.
|
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.
you still need to bump the version of the frontend platform.
|
@awaisdar001 Done |
The view live button now links to the learning MFE.
ea098df to
cf86f83
Compare
|
@xitij2000 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
The view live button now links to the learning MFE.
* feat: group configurations - index page * feat: [AXIMST-63] Index group configurations page * fix: resolve discussions * fix: resolve second round discussions * feat: group configurations - content group actions * feat: [AXIMST-75, AXIMST-69, AXIMST-81] Content group actions * fix: resolve conversations * feat: group configurations - sidebar * feat: [AXIMST-87] group-configuration page sidebar * refactor: [AXIMST-87] add changes after review * refactor: [AXIMST-87] add changes after review * refactor: [AXIMST-87] add changes ater review --------- Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local> * fix: group configurations - the page reloads after the user saves changes * feat: group configurations - experiment groups * feat: [AXIMST-93, 99, 105] Group configuration - Experiment Groups * fix: [AXIMST-518, 537] Group configuration - resolve bugs * fix: review discussions * fix: revert classname case * fix: group configurations - resolve discussions fix: [AXIMST-714] icon is aligned with text (#210) * fix: add hook tests * fix: add thunk tests * fix: add slice tests * chore: group configurations - messages * fix: group configurations - remove delete in edit mode --------- Co-authored-by: Kyr <40792129+khudym@users.noreply.github.com> Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local> Co-authored-by: monteri <lansevermore>
This PR aims to fix the commit mistakes I made when trying to merge with a refactored fork. This will keep the changes I made in the refactor.
The view live button now links to the learning MFE.
Depends On: openedx/frontend-platform#243
Author's Notes:
This will need changes to configuration to pass along the configuration params needed.