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

request confirmed mailer #267

Merged
merged 5 commits into from
Aug 23, 2024
Merged

request confirmed mailer #267

merged 5 commits into from
Aug 23, 2024

Conversation

beingmattlevy
Copy link
Collaborator

@beingmattlevy beingmattlevy commented Aug 9, 2024

When an event is created without needing approval for ticket requests users are sent emails saying the ticket request is being approved and an email confirming will be sent out with payment instructions, etc... This is causing confusion. Need to create a new mailer for the confirmed state.

Unsure how to hook this into the current create / update flow for the ticket request. Unclear how the existing mailers are actually fired. They do not follow existing rails patterns afaik.

refactor mailers to ensure confirmation without approval gets to users
added confirmation mailer
added denied mailer
@beingmattlevy beingmattlevy added confusing-please-revise This doesn't seem right bug-non-blocking Nice to have a fix but not technically required refactor refactor needed and removed work-in-progress labels Aug 23, 2024
@beingmattlevy beingmattlevy merged commit d2be814 into main Aug 23, 2024
3 checks passed
Copy link
Collaborator

@kigster kigster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Sorry review came late :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-non-blocking Nice to have a fix but not technically required confusing-please-revise This doesn't seem right refactor refactor needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ticket Approval emails go out when event does not require approval
2 participants