camm9 / GroupAwesomeProjectProposal

2 stars 0 forks source link

Display details of matches including odds and predictions for users to see the most likely outcome #22

Closed camm9 closed 10 months ago

camm9 commented 11 months ago

Methods to create: Call all matches by date - done Call matches by match id and return odds with prediction - done Call home team statistics and return stats Call away team statistics and return stats

camm9 commented 11 months ago

https://rapidapi.com/boggio-analytics/api/football-prediction/ with list of API calls to create

camm9 commented 11 months ago

Get API Prediction performance stats

camm9 commented 11 months ago

Added API prediction performance over last 30 days to /members/index in the small widget. Not sure how to add data to chart

camm9 commented 10 months ago

Created api calls and charts for overall head2head, home and away teams head2head.

moved API prediction performance to matchodds page

Have not completed home team and away team statistics calls and displays

Have not created href links that automatically populate matchdetails page yet.

camm9 commented 10 months ago

Washington was able to complete the href links.

Doesn't seem necessary at this point to add every available stat from the API. At this point what we have is good enough.