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

Pre-Auction Notification for Participants #39

Closed
2 tasks done
ricardopacheco opened this issue Apr 22, 2024 · 1 comment · Fixed by #42
Closed
2 tasks done

Pre-Auction Notification for Participants #39

ricardopacheco opened this issue Apr 22, 2024 · 1 comment · Fixed by #42
Assignees
Labels
priority:medium Medium priority status:in-review In Review status type:feature A suggestion for general features

Comments

@ricardopacheco
Copy link
Owner

ricardopacheco commented Apr 22, 2024

Summary 🔴

This issue aims to implement a notification feature to inform participating users who have placed bids about the upcoming scheduled auction. The notification needs to be triggered automatically 1 hour before the auction starts, requiring the integration of an email delivery system with precise timing logic.

The notification content should include essential details such as the exact date and time of the auction's commencement, direct links to the auction platform, and any pertinent information, such as rules or additional instructions.

Proposed / Possible solution 🔴

The project already has all the necessary convention and structure. We will only follow what is already established.

Checklist

  • Create email template with corresponding content.
  • Create a scheduled task after creating an auction to notify participants.

Related issues

#4

@ricardopacheco ricardopacheco self-assigned this Apr 22, 2024
@ricardopacheco ricardopacheco added type:feature A suggestion for general features status:in-review In Review status priority:medium Medium priority labels Apr 25, 2024
@ricardopacheco
Copy link
Owner Author

I underestimated this task, the email templates and tests, even though they are simple, require a little more work, which was reflected in the delivery time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium Medium priority status:in-review In Review status type:feature A suggestion for general features
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant