Skip to content

A mini Hackathon that took place in Week 9 of the Makers Academy course.

Notifications You must be signed in to change notification settings

ojlamb/makerthon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready Build Status Code Climate

#Makers Academy Makerthon Project

Makerthon is a two day event taking place in week 9 of the course. It resembles a hackathon, but has one exception - all code is properly tested and well crafted. The event kicked off with project pitches, voting, and team selection.

##Pllr - Your Real-time Engagement Tool Our project is Pllr, /ˈpəʊlə/, a real time voting system that records up votes and down votes, and draws a graph based on the results.

See it live here: http://pllr.herokuapp.com

##User Stories for MVP

As a student in a breakout
In order to share my negative understanding of content
I would like to downvote accordingly.
As a student in a breakout
In order to share my positive understanding of content
I would like to upvote accordingly.
As a coach in a breakout
In order to know how effective my teaching is
I would like to see the positive responses from student
As a coach in a breakout
In order to know how effective my teaching is
I would like to see the negative responses from student
As a person at the breakout
In order to see the correct screen
I would like to select what sort of user I am

##Further developments

As a coach boss
So I can review their performance in the break out
I would like to see a report if the votes over time

##Technology used

  • Ruby on rails
  • PostgreSQL
  • Pusher
  • Data Driven Documents, D3.js
  • Bootstrap
  • Rspec + Capybara for testing
  • Travis CI
  • Heroku

##Challenges

  • Designing a solution to push real-time events to the client.
  • Testing pusher
  • Learning how to use D3.js
  • Working under the pressure of a 2 day deadline

####Team

About

A mini Hackathon that took place in Week 9 of the Makers Academy course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.1%
  • HTML 19.6%
  • JavaScript 3.4%
  • CSS 2.6%
  • CoffeeScript 0.3%