Sententiaregum / Sententiaregum

A social network based on Symfony3 and ReactJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename generic notification API

Ma27 opened this issue · comments

Description

The name MailerEvent is actually invalid as the notification system aims to use the dispatcher to allow multiple endpoints where a notification can be published. Therefore it should be renamed to something like NotificationEvent. Furthermore we need a lightweight API which checks which channels (e.g. mailing) should be addressed and which parameters are necessary.

relabeling as it's rather a refactoring