-
Notifications
You must be signed in to change notification settings - Fork 32
✨ [Frontend] Feature: Share Study via email #7481
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
✨ [Frontend] Feature: Share Study via email #7481
Conversation
matusdrobuliak66
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.
👍 Q: Are you using some backend functionality for sending emails?
If that's the case, Mr Asdf might have reported us as spammers 😬 More Backend info here and, eventually, this is the template that will be used. |
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.
Nice!
pcrespov
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.
cool. Will follow up on this .
services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js
Outdated
Show resolved
Hide resolved
|
@Mergifyio queue |
|
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at bff03eb |



What do these changes do?
In this PR, when a Study is being shared and the user types an email address, a "Send email" button is shown. If this is clicked, that email will be added to the potential sharees list with a different "check" icon. Also, the sharer can type a message that will be injected in the sharing email.
For now, this feature is enabled in development platforms only.
Related issue/s
share_projectoperation (dev) and updates notifications-library #7431How to test
Dev-ops checklist