-
We have this on atbats..
```
"hip" : {
"trajectory" : "grounder",
"angle" : 83.72,
"x" : 121.49,
"y" : 171.69,
"inning" : NumberLong(6),
"batter" :…
-
A couple things for this one...
1) the pitch speeds on the Pitches tab are not useful for a batter, so when we get this new chart, let's replace that chart with this new one, but only on the batter's…
-
Only for medium screens or bigger (aka, not mobile), we should add the players mug shot next to their name in the typeahead. This will allow users to distinguish players easier.
For example, this is …
-
If player's primary position is a pitcher, load pitches (rk-pitches div) as landing page instead of atbats (rk-at-bats div).
entry.js would need to be refactored. I tested the following change to de…
-
This is only reproducable in minified code on production or by running...
```
grunt serve:dist
```
![image](https://f.cloud.github.com/assets/2208700/2366931/57f1efc6-a72d-11e3-941a-65738d866ef0.png…
-
This task is to setup a travis-ci build so we can tell if pull requests pass things like jshint, karma tests, etc., before pulling them in.
-
IE11 doesn't like our progressBar bindings. See the screenshot.
![image](https://f.cloud.github.com/assets/2208700/2119024/5a530aa2-9139-11e3-8ff5-632f951d673c.png)
-
In addition to the mug shots added in #33 and the auto-suggest priority ordering suggested by #26, I figured we could add a little more information next to the player's name. Maybe playerInfo.primary_…
-
I'm seeing nearly a 50% dropoff on the front page of baseballmod.com. That's pretty crazy that 1/2 the visitors would come to the site and not look at a player page.
I think there are two problems...…
-
This task is to write a developer guide markdown page. The readme.md is a little out of date and while it explains how to setup, it doesn't explain our use of...
- AngularJS
- yeoman angular-fullstack…