-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
For now that this project is monolithic it's ok to have a notification system implemented within the project. However later on this needs to be sent to a celery task.
It's better to have an abstract class for notification system in case it grows into multiple types of notification (SMS, Email, Push notification, etc.)
- Notification when order is set (with an order id)
- Notification when order is ready
- Scheduled notifications for previous customers (based on specific statistics) (using celery)
Metadata
Metadata
Assignees
Labels
No labels