harrisonfishco / Task

2 stars 0 forks source link

Notification Framework #27

Closed harrisonfishco closed 4 months ago

harrisonfishco commented 5 months ago

We need a way to be able to send notifications. We want this to be configurable incase we want to change the notification type. I recommend looking into the Strategy Design Pattern for this. If we could have an interface that has all the notification functionality defined (like sending) we could implement it on a number of different options.

This should also be an injectable service.

harrisonfishco commented 5 months ago

We should also make this its own project to abstract it away from the program. Call this project "Notification".