Code Monkey home page Code Monkey logo

live-voting's Introduction

Travis Build Coverage Status Cards in Waffle Cards Currently In Progress

#Live-Voting

Visit the live site here

Alt text

###Summary

  • Live-voting is a realtime polling/voting tool that can be used in situations which have one person speaking in front of an audience.
  • The primary benefit of using this tool is to get a quick heartbeat response from your audience. Or as we like to call it, a quick litmus test.
  • A few example usages:
    • Educational context
    • Conferences
    • Annual General Meetings
    • Conference calls

###For a more in depth overview of our journey as a team through this project, please see the corresponding wiki.

###Screenshots

charts_page


###Current Version Features

Speaker POV

  • Login/ Sign up
  • Create event
  • Create questions with multiple choices
  • Share voting link either through Twitter or share event ID with audience
  • Publish questions to audience (1 at a time)
  • Results shown live

Voter POV

  • Visit voting URL through Twitter's link or by using the event ID
  • Vote on one choice per question

###Installation/Testing Instructions:

####Local installation

git clone [email protected]:zlahham/live-voting.git
cd live-voting
bundle
bin/rake db:create RAILS_ENV=test
bin/rake db:create RAILS_ENV=development
bin/rake db:migrate RAILS_ENV=test
bin/rake db:migrate RAILS_ENV=development
bin/rails s

####Local Testing NOTE: You need to have Firefox installed if you want the tests to run properly, as we are using selenium-webdriver to run the JS tests. If you would like to use capybara-webkit instead, you can just uncomment line 23 in the Gemfile and comment line 24, followed by running bundle.

cd live-voting
rspec

###Technologies Used:

  • Production: Ruby on Rails, Javascript, jQuery, Pusher, Twitter Bootstrap, SASS, PostgreSQL, Heroku
  • Testing: RSpec, Capybara, Selenium, Factory Girl.

###Possible Future Improvements:

  • End event
  • Speaker can view summary
  • Speaker can export data to CSV.
  • Voter can view summary

###Team Members:

Andrew

Ben

Chris

Lewis

Zaid


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.