Giter Club home page Giter Club logo

elovation's Introduction

Elovation

Build Status

Elovation was born at Braintree. It's a simple rails app that tracks the results of any two player game and assigns ratings to the players using the Elo rating system.

Deployment

Elovation is optimized for deployment on Heroku. Because the app doesn't provide any authentication or authorization, you can turn on basic auth by setting some environment variables in your heroku app.

heroku config:add BASIC_AUTH=true BASIC_AUTH_USER=username BASIC_AUTH_PASSWORD=password

After pushing the app to heroku, just run the migrations and you're all set.

heroku run rake db:migrate

Notifications

Email notifications are generated for some events. This relies on the heroku SendGrid Add-on. Install sendgrid with:

heroku addons:add sendgrid:starter

Maintenance

The challenge system supports expiring challenges after a period of time. To expire all eligible challenges, access the url /expire_pending_challenges . This should be done regularly with a cron job.

elovation's People

Contributors

dan-manges avatar drewolson avatar ekingery avatar jtdowney avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

elovation's Issues

Add url field to Venues

This should be an optional field, displayed below the address on the venue detail page as a hyperlink.

Add twitter integration

Add a buttons to announce a challenge via twitter. eg. 'Challenge! @3E23 (#3 - 834) challenges @nphase (elovation#4 - 818) to a game in via @techpong'

Add a button to share a result via twitter. eg. 'Victory belongs to @nphase (#2 - 844)! @3E23 (#3 - 799), better luck next time in @techpong'

Tweets may have to take into account the length of usernames and game names to not go over the 140 char limit.

Once this is done, we should setup the @techpong twitter account to auto-RT these.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.