-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dev: Send email when someone is invited to a portfolio #3019
Comments
@Katherine-Osos, can you say a bit more about the second A/C? I'm having a hard time parsing. This one feels dependent on what our permission model will be, which we don't quite have settled yet. Marking as refinement. |
@h-m-f-t Sure. Someone could be invited to a domain directly from the "Domain Mangers" page. And if that domain is part of a portfolio—but the invited user isn't a member of that portfolio yet—then we'll need to send them an invitation to the portfolio as well as an email to manage the domain. |
Got it. Maybe it's the ellipses I'm having a hard time with? |
Story
As someone who is invited to a portfolio
I want the system to send me an email notification
so that I know when I've been invited.
Acceptance Criteria
Send emails:
Add static messaging in Django:
Additional Context
Design the portfolio invitation email notifications so that they are not tightly coupled to a view, but rather reusable.
Probably best to do here: Refactor the user domain invitation email notifications so that they are not tightly coupled to a view, but rather reusable (match the portfolio invitation pattern) - this will be helpful for all follow-on email notification tickets.
These considerations add scope to the ticket and that warrants a repointing to 5 cc @lizpearl @abroddrick
Issue Links
The text was updated successfully, but these errors were encountered: