You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# on routes.rb
mount ActionMessage::Statistics => '/sms'
This engine would define two routes, one for hooks for the adapters to post messages into (such as Twilio). and the other one for statistics;
we’d probably have a module to include on the tracker model under the app for Mongoid, and a generator for SQL databases (generates both migration and model);
and on the statistics action, we’d show statistics that are common between adapters, such as delivery status, amount sent by date, amount received.
Basically consists on building something next to Sidekiq::Web engine on this interface.
The text was updated successfully, but these errors were encountered:
As described on #13
This engine would define two routes, one for hooks for the adapters to post messages into (such as Twilio). and the other one for statistics;
we’d probably have a module to include on the tracker model under the app for Mongoid, and a generator for SQL databases (generates both migration and model);
and on the statistics action, we’d show statistics that are common between adapters, such as delivery status, amount sent by date, amount received.
Basically consists on building something next to Sidekiq::Web engine on this interface.
The text was updated successfully, but these errors were encountered: