Giter Site home page Giter Site logo

hhy5277 / scrumblr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aliasaria/scrumblr

0.0 1.0 0.0 5.64 MB

Collaborative Online Scrum Tool Using Websockets, Node.js, jQuery, and CSS3

Home Page: http://scrumblr.ca

License: GNU General Public License v3.0

CSS 3.07% HTML 84.93% PHP 2.76% JavaScript 9.23% Shell 0.01%

scrumblr's Introduction

scrumblr

what is it

scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. i hope you like it.

Wellca Board

you can play with a demo here:

And view a video here:

use scrumblr

if you'd like to use scrumblr go to scrumblr.ca. new boards are made simply by modifying the url to something unique. e.g. your team could use a shared board at: http://scrumblr.ca/thisisoursecretboard23423242

alternatively, you can follow the instructions below to setup scrumblr yourself. it is very simple -- it just uses redis and node.js.

if you are a developer, please fork and submit changes/fixes.

browser support

scrumblr works on up to date chrome and firefox browsers. enable websockets for optimal performance. tested mainly on chrome for osx. this was not designed for browser support. use chrome for this app.

design philosophy

my goal was to avoid buttons and ui (almost everything is edit in place or draggable). everything should be discoverable (no "help"). the look is meant to be as close as possible to Well.ca's real sprint board. see picture below. many of the decisions were to make the app look and feel as much as possible like well.ca's real sprint board -- you may find this annoying but we find it kinda funny.

Wellca Board

how to install and run on your own computer (linux/osx)

  • install redis (last tested on v2.8.4)
  • install node.js (last tested on v0.10.30)
  • install npm (if you're running node.js v0.6.3 or newer it's already installed!)
  • cd to the scrumblr directory; you should see server.js and config.js and other files.
  • run npm install
  • run redis redis-server
  • run scrumblr node server.js --port 80 where "80" is the port you have opened in your firewall and want scrumblr to run on.
  • open a browser to http://<server>:<port> where <server> is your server's url or IP address, and <port> is the port you chose in the previous step.

license

scrumblr is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

scrumblr is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See http://www.gnu.org/licenses/.

the images used in scrumblr, however are licensed under cc non commercial noderivs:

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

author

ali asaria

scrumblr's People

Contributors

aliasaria avatar calinou avatar clorichel avatar codelahoma avatar ddunlop avatar morizono avatar nebulade avatar perguth avatar tboronczyk avatar waateur avatar wlangstroth avatar yhslai avatar

Watchers

 avatar

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.