Skip to content

Send notification when order is ready #180

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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