-
Notifications
You must be signed in to change notification settings - Fork 96
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: display SUPPORT_URL only if is configured #469
fix: display SUPPORT_URL only if is configured #469
Conversation
Thanks for the pull request, @dcoa! What's next?Please work through the following steps to get your changes 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. 🔘 Let us know that your PR is ready for review:Who will review my changes?This repository is currently maintained by 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #469 +/- ##
=======================================
Coverage 97.40% 97.40%
=======================================
Files 157 157
Lines 1385 1387 +2
Branches 228 229 +1
=======================================
+ Hits 1349 1351 +2
Misses 34 34
Partials 2 2 ☔ View full report in Codecov by Sentry. |
fb3a02b
to
65edd10
Compare
@dcoa, thanks for this PR. I think it is easier to review if we split this PR by the issue the changes resolve <- But it is not a blocker comment. About the Help button: And change in And I am unsure about removing the variable About the programs: |
About programs: The only thing I have is that my Explore Programs button is redirecting to http://localhost:8080/programs, but I think it is for configuration issues rather than this PR. Update: Yes, it was a configuration thing. |
@arbrandes, can you help me find someone from the Frontend WG to review this? I left my comments, but I think I need more frontend experience to review the implementation. |
Thanks for the contribution and addressing these two issues! I agree with @MaferMazu that it would be ideal if we could break up this work into a PR for each issue. This helps if we need to roll back changes, especially since there is a different fix/implementation for each button. @dcoa what are your thoughts on this? Aperture is the maintainer of this MFE and it would be ideal if we had a little time to get this on the docket for upcoming work. I have made an internal ticket for the team and we can prioritize it at the beginning of next week. |
@MaferMazu @MaxFrank13 thanks for your comments. The reason that I created a single PR is because from a component perspective is the same issue, rendering of optional links, but I will be happy to split it in 2 and address the other comments. |
65edd10
to
b7dc47d
Compare
5ce7afb
to
af0552b
Compare
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.
Thanks for splitting this up! This looks good to me and I've tested it in my local environment
af0552b
to
5e5132f
Compare
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.
LGTM!
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.
@dcoa, thanks for addressing my comments. I left other comments, but they were based on a previous version of this. This looks good to me. Thanks ✨
@arbrandes, we don't have permission to merge, so we need your help or @MaxFrank13's help to merge.
I know we are focused on the sumac cut, and I don't know if there is something we want to wait for or rush to merge this, but this is only to let you know that we don't have the powers.
5e5132f
to
5f3faee
Compare
@MaferMazu, @dcoa, do you mind creating a backport to the |
Description
This PR removes the link of
SUPPORT_URL
from the Header if the service is not configured.It aims to solve the following issue #373
How to test
frontend-app-learner-dashobord
mounted in the current branch.SUPPORT_URL
config variable.