-
Notifications
You must be signed in to change notification settings - Fork 109
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
fix: broken skip link in Learner Dashboard #522
Conversation
Thanks for the pull request, @Ankush1oo8! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
This is looking much better, @Ankush1oo8 ! I did notice that one test that is failing is a lint where they want you to use double quotes instead of single quotes. ![]() |
Changing it |
I have changed the single quotes to double quotes |
Great! Now it looks like some of the Snapshot tests need to be updated (according to failing tests). In your remote branch, you should be able to see what tests are failing by running To fix those snapshots, you would run |
I tried to run the commands you told its showing fedx scripts not found |
@Ankush1oo8 ah, you'll need to first run |
I have installed all dependencies prior to running the commands |
@Ankush1oo8 that's weird. I pulled your PR to my local machine, and when I simply run ![]() Once I run |
First i have done npm install then other cmds |
@Ankush1oo8 and can you confirm that you see a folder |
@jsnwesson yes node modules folder is present |
Hey @Ankush1oo8 , hope you're well! I'm not sure what the problem could be for you, but I'd encourage you to look through the Open edX developer documentation to see if someone has found a similar problem and solution for it, or to look through the Open edX Slack space. |
@Ankush1oo8 Thank you for this contribution! Just wanted to highlight that you'll need to submit a signed contributor agreement (CLA) at some point. There's no rush, but we can't merge this PR without that. You can check this comment from the PR bot for details. |
I have filled the form |
Thanks for the update @Ankush1oo8. It looks like the CLA check is still failing. Me posting this comment should rerun it. Let's see what happens. |
Should I update the branch |
I have tried to find the issue but can't find it |
Thanks |
Hey @openedx/cla-problems team, there seems to be a problem with the CLA check here. Author said they filled the CLA form a while ago, but the check is still failing. Could you please have a look? |
@Ankush1oo8 @itsjeyd I can confirm that we have the CLA but it's in the middle of our approval process. Hopefully that will get approved soon, but you should not need to send it in again. In the mean time, it looks like there a NODE CI test failure that needs to be addressed. |
Thanks for the update @feanil! @Ankush1oo8 While you're waiting, could you please have a look at the test failure and fix it? |
Posting this to test if it will fix the CLA check. |
@feanil Do you have any updates on whether @Ankush1oo8's CLA has been approved by now? |
@itsjeyd still looking into it. There are parts of the process that are not clear to me so I've reached out to our legal team to figure out what's going on. |
Got it, thanks for the update @feanil. |
@Ankush1oo8 I have an update on this. It looks like the form online was filled out but that generates a Docusign document that you must sign. That document would have gone to the email address that you provided when you filled out web form. FYI @itsjeyd |
I did not receive it |
@Ankush1oo8, please go ahead and refill the form and please make sure the e-mail is correct. |
Done |
@feanil have you got the doc |
Yep, and the CLA is passing now! This should be good to get reviewed now! |
@Ankush1oo8 Congrats on the passing CLA check! :) Have you had a chance to look into why the Node CI tests aren't passing? |
I tried to look in the error but not able to do anything about it I tried to use lint fix but that did not work either. |
@Ankush1oo8 Have you tried running |
@MaxFrank13 yes done |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #522 +/- ##
=======================================
Coverage 97.36% 97.36%
=======================================
Files 155 155
Lines 1365 1365
Branches 229 229
=======================================
Hits 1329 1329
Misses 34 34
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Okay just ran the workflows and it looks like that got passed the failing tests. Now you'll just need to clean up the commit messages using conventional commits |
Talked with @jsnwesson and we decided we will be squashing the commits anyway so this is good to go! Thanks for the contribution @Ankush1oo8! |
@MaxFrank13 thanks |
Fixed issue #510
Learner Dashboard has a broken skip link