Skip to content

Extracting invites' email sending into an InviteEmail operation object - #17

Open
dcluna wants to merge 11 commits into
tomichj:masterfrom
GenomeUS:invite-operation
Open

Extracting invites' email sending into an InviteEmail operation object#17
dcluna wants to merge 11 commits into
tomichj:masterfrom
GenomeUS:invite-operation

Conversation

@dcluna

@dcluna dcluna commented Mar 21, 2018

Copy link
Copy Markdown

Following the service/operation object pattern (for instance, see http://trailblazer.to/gems/operation/2.0/), we should be able to send e-mail invites decoupled from a particular controller action.

This also allows one to use a different mailer class from the original. Useful when you want to configure the e-mail for a particular invitable.

dcluna and others added 11 commits March 21, 2018 20:20
Following the service/operation object pattern (for instance, see
http://trailblazer.to/gems/operation/2.0/), we should be able to send e-mail
invites decoupled from a particular controller action.

This also allows one to use a different mailer class from the original. Useful
when you want to configure the e-mail for a particular invitable.
* Add circleci and remove old ruby-version file

* trigger for circle

* update bundler version

* update circle ci config

* remove junit formatter from circle ci config

---------

Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
* updated flaky specs and update rails version to 7.0.4.3

* update bundler version

---------

Co-authored-by: mfitzhenry <matt@geno.me@users.noreply.github.com>
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.

3 participants