code-corps / code-corps/code-corps-api
Add property bag of user email subscription settings
Open
Time: 3 hours
- Dominant language
- Elixir
- Stars
- 234
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
We should add email subscription settings for a user, possibly as a property bag. For now we can simply add the task suggestions email as the sole subscription we're checking.
This will involve:
- an `EmailSetting` model, belonging to a user
- a controller where you can `create` and `delete` settings
Contributor guide
Assessment
This issue has not been assessed yet.