INeedCaffeine / frcdb

Automatically exported from code.google.com/p/frcdb
0 stars 0 forks source link

2013 Game information is missing/incomplete #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the API to retrieve JSON data on the Phoenix regional ( 
http://www.frcdb.net/event/phoenix/json ) or Las Vegas Regional ( 
http://www.frcdb.net/event/las-vegas/json )

What is the expected output? What do you see instead?

Now that the regionals are long past, I would expect to see updated elimination 
match info.  All I see now is team data with 0 matches played (with calculated 
stats though) and the all of the qualification match data (but nothing beyond 
that).  

For example for teams I see:

  "teams" : [ {
    "number" : 1726,
    "rank" : 0,
    "matchesPlayed" : 0,
    "gameYear" : 2013,
    "wins" : 0,
    "losses" : 0,
    "ties" : 0,
    "opr" : 24.585627403370168,
    "dpr" : 5.541284158116335

yet there are matches that clearly show win/loss:

  "matches" : [ {
    "type" : "qualifications",
    "number" : 1,
    "time" : "9:00 AM",
    "redScore" : 59,
    "redTeams" : [ 3158, 2486, 2840 ],
    "blueScore" : 24,
    "blueTeams" : [ 3321, 2403, 498 ],
    "winner" : "red"

What version of the product are you using? On what operating system?

Firefox 20.0.1 on Win7 (not that its relevant)

Please provide any additional information below.

-

Original issue reported on code.google.com by BruceKah...@gmail.com on 18 Apr 2013 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by timothyb89@gmail.com on 19 Apr 2013 at 8:42

GoogleCodeExporter commented 8 years ago
Related to same issues as issue #4

Original comment by timothyb89@gmail.com on 19 Apr 2013 at 8:42