Statshttp://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 UIIntroductionRedscrum 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. DependeciesRedscrum uses Html5 Boilerplate, Bootstrap, Backbone, Underscore, jQuery, Require and the Google Chart Tools. |