From 4db6905fa330a26a0d0508f51f144a18f754fc88 Mon Sep 17 00:00:00 2001 From: Shivam Jain Date: Thu, 14 Jun 2018 12:18:38 +0530 Subject: [PATCH 1/2] update readme, add deploy buttons --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fdf5098..1201350 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,27 @@ 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! -Demo ----- -Try Spree Admin Insights for Spree master with direct deployment on Heroku: +Data Archival +------------- +Activity tracking continuously updates the data. -[![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) +Generating reports from the continuously updated data can severely downgrade the performance. -Try Spree Admin Insights for Spree 3-4 with direct deployment on Heroku: +So, we periodically archive our data, and generate reports from the archived data, thereby, improving the overall performance. -[![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: +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-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 -------- From d0f2ed8aa5ff52e201fc122ff83f2adfafe67add Mon Sep 17 00:00:00 2001 From: Shivam Jain Date: Mon, 18 Jun 2018 11:54:01 +0530 Subject: [PATCH 2/2] update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1201350..b3b8de7 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,8 @@ This extension provides extensive and targeted reports for the Admin. Which prod Data Archival ------------- -Activity tracking continuously updates the data. -Generating reports from the continuously updated data can severely downgrade the performance. - -So, we periodically archive our data, and generate reports from the archived data, thereby, improving the overall performance. +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 ----