chischaschos / pronosticos_dashboard

A Dashboard that provides visualisations of sales numbers based on a google doc spreedsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PronosticosDashboard Build Status Code Climate Test Coverage Dependency Status

How it looks (not nice but works hehe)

https://secret-plains-53853.herokuapp.com/

Try it out:

bundle install
bundle exec rake db:setup
bundle exec shotgun

In order to test the data importer you need a .env file with settings like:

GOOGLE_DRIVE_EMAIL=some_email
GOOGLE_DRIVE_PASSWORD=some_password
GOOGLE_SPREADSHEET=Pronosticos Sales

The example spreadsheet is something like: https://docs.google.com/spreadsheets/d/1njwIHZfk9zNNoSUr8CN9MfekiTqvdTVlz_geeL959Z4/edit?usp=sharing

The just run:

bundle exec rake import

About

A Dashboard that provides visualisations of sales numbers based on a google doc spreedsheet

License:MIT License


Languages

Language:Ruby 81.2%Language:JavaScript 15.2%Language:CSS 1.6%Language:Gherkin 1.2%Language:HTML 0.8%