Coder Social home page Coder Social logo

rally-massive-dependency-tables's Introduction

rally-massive-dependency-tables

A Rally app that displays predecessors and successor of items selected by tag. This uses google tables so that it's easy to cut and paste the values into Excel.

NOTE: I have not updated the Rakefile to deal with this google thing. After compiling, you have to edit by hand to add the google junk.

in debug:

<script type="text/javascript" src="https://www.google.com/jsapi"></script>

<script type="text/javascript">
    google.load('visualization', '1', {packages:['table']});
    google.setOnLoadCallback(function() {
        Rally.loadScripts([
            "App.js"
        ], function() {
            Rally.launchApp('CustomApp', {
                name: 'Dependency Report'
            });
        }, true);
    });
</script>

in the deploy one (after a new build), change the top to:
<html>
<head>
    <title>Dependency Report</title>

    <script type="text/javascript" src="/apps/2.0p5/sdk.js"></script>

    <script type="text/javascript" src="https://www.google.com/jsapi"></script>

    <script type="text/javascript">
        google.load('visualization', '1', {packages:['table']});
        google.setOnLoadCallback(function() {
            Ext.define('CustomApp', {
                    ...

rally-massive-dependency-tables's People

Contributors

jmartin-rally avatar wrackzone avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rally-massive-dependency-tables's Issues

Use local copy of Google APIs

I understand this project uses Google APIs at it's core. However, Google is severely throttled in China, and often unusable (making this also unusable).

Is it possible to use a local copy of the Google APIs instead of hitting the Google servers?

rally_dependency_google

Rally massive dependency

Hi :)
I'm stragling with doing the needed changes (not a developer:( ) , any chance you can send the updated code, that can be added to Rally
thanks,
Had

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.