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

Statistics screen for the engine #14

Open
dballona opened this issue Sep 21, 2016 · 0 comments
Open

Statistics screen for the engine #14

dballona opened this issue Sep 21, 2016 · 0 comments

Comments

@dballona
Copy link
Owner

dballona commented Sep 21, 2016

As described on #13

# 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.

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

No branches or pull requests

1 participant