-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Sends approval and rejection emails from the PO center (🚨) #8094
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
✨ Sends approval and rejection emails from the PO center (🚨) #8094
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8094 +/- ##
==========================================
- Coverage 88.26% 85.49% -2.78%
==========================================
Files 1876 722 -1154
Lines 72000 33288 -38712
Branches 1269 176 -1093
==========================================
- Hits 63552 28459 -35093
+ Misses 8081 4771 -3310
+ Partials 367 58 -309
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
odeimaiz
left a comment
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.
👍
GitHK
left a comment
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
services/web/server/src/simcore_service_webserver/users/_controller/rest/accounts_rest.py
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py
Outdated
Show resolved
Hide resolved
services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py
Outdated
Show resolved
Hide resolved
|



What do these changes do?
account_servicehas to be replaced by a call the notification interface you are building up.Related issue/s
How to test
🚨 Manual testing
Need to test the entire workflow when deployed to make sure that all configurations (email, encryption keys etc) are correct
Dev-ops
None