Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send notification when order is ready #180

Open
Ramin-RX7 opened this issue Feb 13, 2024 · 1 comment
Open

Send notification when order is ready #180

Ramin-RX7 opened this issue Feb 13, 2024 · 1 comment
Assignees

Comments

@Ramin-RX7
Copy link
Owner

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)
@Ramin-RX7 Ramin-RX7 self-assigned this Feb 15, 2024
@Ramin-RX7
Copy link
Owner Author

This task and the branch notification-system branch will be pended since the notification system is based on User model in the database which currently does not exist.

Once the #181 is completed (merged to develop branch), we will merge develop with notification-system and continue this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant