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

Do not email option #4277

Merged
merged 12 commits into from
May 20, 2024
Merged

Do not email option #4277

merged 12 commits into from
May 20, 2024

Conversation

aapeliv
Copy link
Member

@aapeliv aapeliv commented May 3, 2024

Adds a link in the footer to not email. If this is on, forces the user to not be open to requests.

Hopefully helps with #3520

Closes #4120

Backend checklist

  • Formatted my code by running autoflake --exclude src/proto -r -i --remove-all-unused-imports src && isort . && black . in app/backend
  • Added tests for any new code or added a regression test if fixing a bug
  • All tests pass
  • Run the backend locally and it works
  • Added migrations if there are any database changes, rebased onto develop if necessary for linear migration history

@aapeliv aapeliv changed the base branch from develop to backend/feature/event-notifications May 3, 2024 20:13
@aapeliv aapeliv force-pushed the backend/feature/do-not-email branch from e1e74f4 to 1eec7e4 Compare May 3, 2024 21:34
@aapeliv aapeliv added the release notes: pending Add to stuff that should be included in release notes label May 4, 2024
@aapeliv aapeliv force-pushed the backend/feature/event-notifications branch from e4a0114 to 84c0297 Compare May 19, 2024 22:18
@aapeliv aapeliv force-pushed the backend/feature/do-not-email branch from cecf31b to a20f1ce Compare May 19, 2024 23:21
Base automatically changed from backend/feature/event-notifications to develop May 19, 2024 23:22
@aapeliv aapeliv force-pushed the backend/feature/do-not-email branch 2 times, most recently from 2b5b99e to 9ecdf1a Compare May 19, 2024 23:24
@aapeliv aapeliv force-pushed the backend/feature/do-not-email branch 2 times, most recently from 7e5d19e to 52e5005 Compare May 19, 2024 23:32
@aapeliv aapeliv merged commit 9f21b84 into develop May 20, 2024
1 check passed
@aapeliv aapeliv deleted the backend/feature/do-not-email branch May 20, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: pending Add to stuff that should be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: unsubscribe toggle for all email notifications
1 participant