Skip to content

Send notification when order is ready #180

@Ramin-RX7

Description

@Ramin-RX7

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions