Skip to content

Statistics screen for the engine #14

@dballona

Description

@dballona

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions