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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AF-39] Pre-Auction Notification for Participants #42

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

ricardopacheco
Copy link
Owner

@ricardopacheco ricardopacheco commented Apr 25, 2024

Issue number: resolves #39

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 馃敶

  • Following the already established pattern, we created the operation to process the auction reminder.

Checklist

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

@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 ricardopacheco self-assigned this Apr 25, 2024
@ricardopacheco ricardopacheco added status:done Done status and removed status:in-review In Review status labels Apr 25, 2024
@ricardopacheco ricardopacheco merged commit 6fdf60c into main Apr 25, 2024
1 check passed
@ricardopacheco ricardopacheco deleted the AF-39 branch April 25, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium Medium priority status:done Done status type:feature A suggestion for general features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pre-Auction Notification for Participants
1 participant