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

explicitly call our mailer instead of relying on mailboxer #837

Merged
merged 4 commits into from
Feb 14, 2022

Conversation

rococodogs
Copy link
Member

@rococodogs rococodogs commented Feb 14, 2022

strips out the Mailboxer mail config set up as part of #822. the rationale being that ldr notifications are better off being brief and emails more detailed. instead, this creates Spot::Workflow::AbstractNotification which inherits from Hyrax::Workflow::AbstractNotification but redefines #call to explicitly call Spot::WorkflowMessageMailer.

some of this work (namely the new AbstractNotification class) is already in process in #836 and will require rebasing and resolving some merge conflicts. sorry, future me!

@codeclimate
Copy link

codeclimate bot commented Feb 14, 2022

Code Climate has analyzed commit facbbb8 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (100% is the threshold).

This pull request will bring the total coverage in the repository to 97.9% (0.0% change).

View more on Code Climate.

@rococodogs rococodogs merged commit a406ac6 into develop Feb 14, 2022
@rococodogs rococodogs deleted the partially-redo-822 branch February 14, 2022 20:12
@rococodogs rococodogs mentioned this pull request Feb 14, 2022
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

Successfully merging this pull request may close these issues.

1 participant