BallStateCBER / deploy

CBER Deploy-bot
0 stars 0 forks source link

Making the Slack class its own plugin #1

Closed ericadestoya closed 3 years ago

ericadestoya commented 6 years ago

I might go ahead and make the Slack class its own plugin, that way it can just be composer-ed by the other apps that use it. Now that we'll be using it on the commentaries site, as well as I think I might use it on ME 3.x to confirm that events mails are sent. Ja?

PhantomWatson commented 3 years ago

Since sending messages to Slack is as simple as a cURL call, a Slack messaging class would be pretty trivial (example: https://github.com/BallStateCBER/economic-indicators-cakephp4/blob/master/src/Slack/Slack.php) and maybe not worth making into its own plugin.