Jump To …

Stats

http://cloc.sourceforge.net v 1.55  T=1.0 s (10.0 files/s, 456.0 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
CoffeeScript                    10             68            189            199
-------------------------------------------------------------------------------
SUM:                            10             68            189            199
-------------------------------------------------------------------------------

Redscrum UI

Introduction

Redscrum is a pretty basic web app that queries the redmine API and auto-gerenates scrum burndown charts.

The user interface is written in CoffeeScript, making pretty heavy use of BackboneJS.

Because of cross domain issues we do not query the Redmine API directly, but instead make (somewhat simplified) calls to our own server. Our server then does some manipulation on the data (largely using the magic of LINQ) and returns it in a more palatable form.

Dependecies

Redscrum uses Html5 Boilerplate, Bootstrap, Backbone, Underscore, jQuery, Require and the Google Chart Tools.

generated Mon Aug 27 2012 10:26:08 GMT+0100 (BST)