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

Deleting Project Sends Owner's Email to Interested and Team #22

Open
Saakshaat opened this issue May 20, 2020 · 0 comments
Open

Deleting Project Sends Owner's Email to Interested and Team #22

Saakshaat opened this issue May 20, 2020 · 0 comments
Assignees
Labels
backend Backend Stuff bug Something isn't working

Comments

@Saakshaat
Copy link
Owner

Saakshaat commented May 20, 2020

Describe the bug
Deleting a project sends an email to the user but also the interested and team members.

To Reproduce
Send a DELETE request to /project/:state/:projectId where :state represents whether the project is currently open or closed.

Expected behavior
On the completion of the delete function, it should call the following email triggers for sending an email to

  • just the owner
  • itself and bcc all team members
  • itself an bcc all interested users (if the project is open at the time)

If the team or interested fields are empty, it just sends the email to [email protected]

Screenshots
Screen Shot 2020-05-20 at 2 48 23 AM
This email should have just been sent to oscar but was also sent to saakshaat2001 (in the team)

Source

@Saakshaat Saakshaat added the bug Something isn't working label May 20, 2020
@Saakshaat Saakshaat self-assigned this May 20, 2020
@Saakshaat Saakshaat pinned this issue May 20, 2020
@Saakshaat Saakshaat added the backend Backend Stuff label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend Stuff bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant