DevBetterCom / DevBetterWeb

A simple web application for devBetter
https://devbetter.com/
139 stars 56 forks source link

Per-Member Notifications #164

Open ardalis opened 3 years ago

ardalis commented 3 years ago

As a Member, I would like to be notified when (various kinds of events) happen, Via my notification medium of choice (email)


We currently have several domain events that ultimately lead to notifications being sent to Discord. Members should be able to subscribe to certain kinds of events and receive a notification direct to them via email so they don't miss things of interest to them.

Eventually this might include other means of notification such as direct Discord message or SMS but for this issue just plug in email.

justSteve commented 3 years ago

Thinking aloud on requirements of this implementation...

It would require:

If I'm reading things correctly, I think I could take on this task given a bit of handholding on how to populate the two lists. Presumably that involves 'using reflection' which, as badly as it reflects on me, is something I haven't yet mastered.

Any thoughts?