-
Notifications
You must be signed in to change notification settings - Fork 215
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
asadiqbal08/Removed course header from Learning MFE #715
Conversation
Thanks for the pull request, @asadiqbal08! I've created OSPR-6191 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
@asadiqbal08 Thank you for your contribution. Please let me know once it is ready for our review. |
This looks great - so I think we're going to need to get the frontend-component-header-edx portion of this done before I'd feel comfortable merging. |
@davidjoy should I created a corresponding PR to |
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.
Thank you!
Codecov Report
@@ Coverage Diff @@
## master #715 +/- ##
==========================================
+ Coverage 83.76% 84.44% +0.67%
==========================================
Files 256 241 -15
Lines 4423 4224 -199
Branches 1100 1073 -27
==========================================
- Hits 3705 3567 -138
+ Misses 697 637 -60
+ Partials 21 20 -1
Continue to review full report at Codecov.
|
Looks like tests pass, but can you fix your commit header to be like: |
@mikix @davidjoy I was rebasing this PR with latest and came to know that a recent PR -- engage product tour has merged that contains some changes in components of
|
@asadiqbal08 I just put up a PR to remove tour logic from the Header component! Sorry for the mixup, you should be able to rebase and carry on when it's merged. edit: Just merged! |
@asadiqbal08 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
As per some suggestions by @davidjoy , We need to refactor the code in EdX Learning MFE to utlize the header from
frontend-component-header
instead of course-headerFixes-263
Blocked By: