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

update readme, add deploy buttons #49

Open
wants to merge 2 commits into
base: data_archival
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ When it comes to driving an Ecommerce business, knowing the right metrics and ac

This extension provides extensive and targeted reports for the Admin. Which products were viewed the most yesterday, which brand is most popular in a particular geography, which user is a consistent buyer and much more, all the reports a website owner could probably need are a click away!

Data Archival
-------------

This branch is compatible with the data archival process of [spree_events_tracker](https://github.com/vinsol-spree-contrib/spree_events_tracker/tree/data_archival)

Demo
----
Try Spree Admin Insights for Spree master with direct deployment on Heroku:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-admin-insights-master)

Try Spree Admin Insights for Spree 3-4 with direct deployment on Heroku:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-admin-insights-3-4)

Try Spree Admin Insights for Spree 3-1 with direct deployment on Heroku:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-admin-insights-3-1)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vinsol-spree-contrib/spree-demo-heroku/tree/spree-admin-insights-data-archival)

Dependency
---------
You need to install [spree_events_tracker](https://github.com/vinsol-spree-contrib/spree_events_tracker) gem.
You need to install [spree_events_tracker](https://github.com/vinsol-spree-contrib/spree_events_tracker/tree/data_archival) gem.

```ruby
gem 'spree_events_tracker', github: 'vinsol-spree-contrib/spree_events_tracker', branch: 'data_archival'
```

Features
--------
Expand Down