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

enable email & push notifications by default for when a user confirms a friend request #5558

Open
jesseallhands opened this issue Jan 28, 2025 · 1 comment
Labels
1.topic backend This issue relates to the python backend 3.skill good second issue good value Solving this issue requires small effort compared to the benefit of closing it

Comments

@jesseallhands
Copy link
Contributor

jesseallhands commented Jan 28, 2025

Problem

Right now if you request to add someone as a friend, after your friend confirms, you do not get a notification to let you know this.

Solution

An email and push notification should be created to notify the requesting user after the receiving user has confirmed the friend request

E-Mail Text

The mjml file should have a text similar to this:

Hi {{ user.name|v2esc }},
The friend request you sent to {{ other.name|v2esc }} has been accepted!

{{ other.name|v2esc }}, {{ other.age|v2esc }}
{{ other.city|v2esc }}

View your connections

We're glad you made a new friend!
@jesseallhands jesseallhands added 1.topic backend This issue relates to the python backend good value Solving this issue requires small effort compared to the benefit of closing it 3.skill good second issue labels Jan 28, 2025
@jesseallhands jesseallhands changed the title create notification for when a user confirms a friend request create email & push notifications for when a user confirms a friend request Jan 28, 2025
@jesseallhands
Copy link
Contributor Author

It seems we already have a push notification for when someone accepts a friend request but no email notification.

@jesseallhands jesseallhands changed the title create email & push notifications for when a user confirms a friend request enable email & push notifications by default for when a user confirms a friend request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.topic backend This issue relates to the python backend 3.skill good second issue good value Solving this issue requires small effort compared to the benefit of closing it
Projects
Status: Ready
Development

No branches or pull requests

1 participant