Overview

Problem statement

Describe the problem you're trying to solve by doing this work.

I want to be able to turn Notifications on or off, so I can receive Notifications when I want them (when I have an active post) and turn them off when I don't need them.

Expected results: A Notification Settings page where users can toggle Notifications to be either on or off.

Actual results: Does not exist

Proposed work

High-level overview of what we're building and why we think it will solve the problem.

To start (version 1), we can just have booleans on the user - on or off for all emailNotifications. Later we can add webNotifications and controls by type.

This can be broken up into 3 parts.a. B/E update mongoose model to include booleans.b. F/E update form - to include Booleans.Initial design: https://fightpandemics.slack.com/archives/C018ZNAD62Y/p1598344009136700c. We also need a special backend route for unsubscribing from email notifications via email - we'd need to authenticate with some other kind of token then what we use for auth

Success criteria

The criteria that must be met in order to consider this project a success.

User stories

How the product should work for various user types.

User type 1