hopeonesource / dispatcher

This Drupal 8 module dispatches text messages/alert to the sms provider to send to service receipents. This module will be built with Drupal 8 methods (all of the logic and functionality), and include a plugin in the same module for Drupal 7 to connect with current Drupal 7 sites. All Drupal 8 sites will ignore the module's Drupal 7 plugin Hook.
1 stars 3 forks source link

About dispatcher

This Drupal 8 module dispatches text messages/alert to the sms provider to send to service receipents. The dispatch service (sendMessage) accepts a text message and number to send this message to. A number of http responses will be returned from the SMS provider from which the status of the text message/alert can be determined.

Inputs

Output

The production ready code base for this module will reside on the 'Master' branch.

How to contribute

Github Issues will be used to keep track of tasks, enhancements, and bugs for this module project. More information on how to use Github issues can be found here
A list of issues one can contribute to will be available on this projects issue page. To contribute;

  1. pick an issue from the Issue queue
  2. check out a new branch and work on it (use feature name or issue number)
  3. Submit a Pull request
  4. Once changes have been checked and agreed upon, then they will be merged back into the master branch.

Something to remember