spree_simple_dash icon indicating copy to clipboard operation
spree_simple_dash copied to clipboard

Alternative dashboard overview for Spree

Overview Dashboard

Core extension to display basic graphs and charts on store activity.

This is the original dashboard overview prior to Spree 1.0.x. It is a drop in replacement for the Spree Analytics.

Installation

Add to your gem file after spree

gem 'spree'
gem 'spree_simple_dash', :git => '[email protected]:spree/spree_simple_dash.git'

Testing

You need to do a quick one-time creation of a test application and then you can use it to run the tests.

bundle exec rake test_app

Then run the tests

bundle exec rake spec