GithubHelp home page GithubHelp logo

jthurston / standup Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.4 MB

This is a web application that facilitates presentations and stand ups. It provides the functionality to randomize choosing of participants and optionally time them.

Home Page: http://jthurston.github.io/StandUp/

CSS 22.06% HTML 55.35% JavaScript 22.47% Shell 0.12%

standup's Introduction

StandUp

![StandUp icon](http://cdns2.freepik.com/free-photo/_318-62541.jpg =250x)

##Overview

Standup, the random presenter picker and timer for standups and presentations.

Have you ever been running a meeting, classroom or a daily standup and no one will volunteer to go next? Or do you get tired of picking the same presenters every time in the same order? Well, StandUp is here to help!

##Installation

Standup is a web application, it uses JQuery to access objects on the page and update them.

TODO

##Configuration

Currently, the index.html file has a configuration section and those are commented on what they do.

userOff is the image that is displayed for a user if there is not one in the json file.

userOn is the image that is displayed for a user when it their turn.

iconSize is the size of the images for userOff and userOn.

jsonFile is the file that contains the names, y:times, userOn and userOff attributes.

initialHeader is the initial header of the app page.

subHeader

lastHeader

resetHeader

backgroundColor

textColor

onColor

totalTime

maxTime; //now calculated

maxTimeColor

warnTime; //now calculated

warnTimeColor = '#FFCC00';

##JSON Structure

    {"name":"Bob","y":0,"iconOn":"images/clint.jpg","iconOff":"images/bob_talk.jpg"},
    {"name":"Linda","y":0,"iconOn":"images/don.png","iconOff":"images/linda_talk.png"},
    {"name":"Ed","y":0,"iconOn":"images/ed.gif","iconOff":"images/ed_talk.gif"},
    {"name":"Jeff","y":0,"iconOn":"http://jeff.gif","iconOff":"images/jeff_talk.gif"},
    {"name":"Charlie","y":0,"iconOn":"images/charlie.png","iconOff":"images/charlie_on.png"},
    {"name":"Becky","y":0,"iconOn":"images/becky.jpg","iconOff":"images/becky_on.jpg"}
]

##RoadMap

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.