* Adds the calculations for the predictions and adds game results to be stored in the db * Adds the page for picking predictions * Allows for the enabling/disabling of prediction and fantasy * Adds graphs for just fantasy/predictions points * Updates Bundesliga plugin to support predictions and fixes tests * Adds tests for prediction * Increments version for the bundesliga plugin
127 lines
2.4 KiB
JSON
127 lines
2.4 KiB
JSON
{
|
|
"FCB": {
|
|
"player_statistic": {
|
|
"stats": [
|
|
{
|
|
"match_day": {
|
|
"current": true
|
|
},
|
|
"best_value_rank": 4,
|
|
"pick_count": 58,
|
|
"match": {
|
|
"home_team": {
|
|
"team_code": "FCB"
|
|
},
|
|
"away_team": {
|
|
"team_code": "WOB"
|
|
},
|
|
"result": {
|
|
"home": 0,
|
|
"away": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"RBL": {
|
|
"player_statistic": {
|
|
"stats": [
|
|
{
|
|
"match_day": {
|
|
"current": true
|
|
},
|
|
"best_value_rank": 4,
|
|
"pick_count": 58,
|
|
"match": {
|
|
"home_team": {
|
|
"team_code": "DSC"
|
|
},
|
|
"away_team": {
|
|
"team_code": "RBL"
|
|
},
|
|
"result": {
|
|
"home": 0,
|
|
"away": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"BVB": {
|
|
"player_statistic": {
|
|
"stats": [
|
|
{
|
|
"match_day": {
|
|
"current": true
|
|
},
|
|
"best_value_rank": 4,
|
|
"pick_count": 58,
|
|
"match": {
|
|
"home_team": {
|
|
"team_code": "BVB"
|
|
},
|
|
"away_team": {
|
|
"team_code": "BSC"
|
|
},
|
|
"result": {
|
|
"home": 0,
|
|
"away": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"SGE": {
|
|
"player_statistic": {
|
|
"stats": [
|
|
{
|
|
"match_day": {
|
|
"current": true
|
|
},
|
|
"best_value_rank": 4,
|
|
"pick_count": 58,
|
|
"match": {
|
|
"home_team": {
|
|
"team_code": "SGE"
|
|
},
|
|
"away_team": {
|
|
"team_code": "M05"
|
|
},
|
|
"result": {
|
|
"home": 0,
|
|
"away": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"VFB": {
|
|
"player_statistic": {
|
|
"stats": [
|
|
{
|
|
"match_day": {
|
|
"current": true
|
|
},
|
|
"best_value_rank": 4,
|
|
"pick_count": 58,
|
|
"match": {
|
|
"home_team": {
|
|
"team_code": "VFB"
|
|
},
|
|
"away_team": {
|
|
"team_code": "BVB"
|
|
},
|
|
"result": {
|
|
"home": 0,
|
|
"away": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|