Skip to content
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: MailToLink to account for no emails #230

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

cintnguyen
Copy link
Contributor

@cintnguyen cintnguyen commented Oct 25, 2023

Resolves #226

Removed EmailLink component and refactored code to cover for the use case of not having an email provided. This led to also creating additional tests to cover for these snapshots.

Copy link
Contributor

@brian-smith-tcril brian-smith-tcril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this is looking great! I left a couple quick cleanup suggestions, but nothing major.

package.json Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c2a20af) 96.46% compared to head (b83f128) 96.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
- Coverage   96.46%   96.45%   -0.01%     
==========================================
  Files         195      194       -1     
  Lines        1839     1835       -4     
  Branches      322      322              
==========================================
- Hits         1774     1770       -4     
  Misses         60       60              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arbrandes
Copy link
Contributor

@openedx/2u-aperture, can we get eyes on this one? Thanks!

@arbrandes
Copy link
Contributor

Oh, and @cintnguyen, mind rebasing? Thanks!

@cintnguyen
Copy link
Contributor Author

@arbrandes rebased, ci passed!

@hurtstotouchfire hurtstotouchfire added the needs maintainer attention Issue or PR specifically needs the attention of the maintainer. label Nov 20, 2023
@justinhynes
Copy link
Contributor

justinhynes commented Nov 20, 2023

I'm going to start getting eyes on this today but most likely won't complete review until tomorrow morning. Just wanted to acknowledge that it's being looked at.

@justinhynes justinhynes self-assigned this Nov 20, 2023
Copy link
Contributor

@justinhynes justinhynes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for your work on this.

@justinhynes justinhynes merged commit 5ca1e9d into openedx:master Nov 21, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs maintainer attention Issue or PR specifically needs the attention of the maintainer.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

EmailLink Component
5 participants