8000 GitHub - solenko/CurrencyTracker: Track currencies you've collected by the countries you've visited.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

solenko/CurrencyTracker

 
 

Repository files navigation

CurrencyTracker

CurrencyTracker allows you to track your personal collection of world currencies, by tagging the countries that you've visited along your travels.

Setup

Seed the database with currencies and countries by running:

rake db:seed

Testing

Run all test with:

bundle exec rake travis

Run unit tests with:

bundle exec rake test

Cucumber features can be run with:

bundle exec rake cucumber

Features

  • Track Visited Countries
  • Track Collected Currencies
  • Charts show you how far along you are!

Realization Notes

  1. Scope Country.with_visits_data_for use raw sql to prevent 1+n queries on Country.visited_by?(user) calls
  2. As far, as we don't use paging, we can filter data on client-side

About

Track currencies you've collected by the countries you've visited.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.7%
  • JavaScript 4.8%
  • CSS 2.5%
0