feat: Edit team member modal#137
Conversation
|
Thanks for the pull request, @diana-villalvazo-wgu! 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. DetailsWhere 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
==========================================
+ Coverage 86.25% 86.81% +0.55%
==========================================
Files 124 126 +2
Lines 1732 1797 +65
Branches 352 387 +35
==========================================
+ Hits 1494 1560 +66
+ Misses 232 229 -3
- Partials 6 8 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9d45e76 to
fc1de6a
Compare
21c65b5 to
a8ec0eb
Compare
e3b0fcb to
c0126df
Compare
d44cf81 to
9ca11d7
Compare
9ca11d7 to
19e1aa6
Compare
19e1aa6 to
af3bcf7
Compare
6ed808c to
8776995
Compare
jesusbalderramawgu
left a comment
There was a problem hiding this comment.
Thank you for addressing my comments, LGTM!
wgu-jesse-stewart
left a comment
There was a problem hiding this comment.
This is looking really good. A few minor nitpicks and 1 concern about race conditions
wgu-jesse-stewart
left a comment
There was a problem hiding this comment.
looks good! thank you
4678d6d to
313ab1f
Compare
|
🎉 This PR is included in version 1.0.0-alpha.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Edit team member modal
Supporting information
Closes #105
Testing instructions
Screenshot
Best Practices Checklist
We're trying to move away from some deprecated patterns in this codebase. Please
check if your PR meets these recommendations before asking for a review:
.ts,.tsx).propTypes,defaultProps, andinjectIntlpatterns are not used in any new or modified code.src/testUtils.tsx(specificallyinitializeMocks)apiHooks.tsin this repo for examples.messages.tsfiles have adescriptionfor translators to use.../. To import from parent folders, use@src, e.g.import { initializeMocks } from '@src/testUtils';instead offrom '../../../../testUtils'