EPIC: "As a competitive person wanting to keep improving in all the sports I play, I want to see my performance, match data, historical statistics, and standings for all teams/leagues so I can become the best in my sports."
* User Story: "As a person wanting to keep track of stats and standings, I want to be able to input appropriate data after a game so that I can review it later when needed."
***Features and implement story and meet acceptance criteria:**
***Original Acceptance Criteria:**
* App prompts the user to input game data after a game is finished.
* User can input individual match/game data and see it nicely laid out.
***Final specific features implemented:**
* Time, date, and location of a game is input when creating a game (and teams to play the game are also selected)
* User can input scores after a game is completed
* [See below for "user can see data nicely laid out"]
* User Story: "As a competitive person, I want to see game/match statistics after the game, so I can see how well my team played."
***Features and implement story and meet acceptance criteria:**
***Original Acceptance Criteria:**
* For every team in a league, there is a designated page that displays stats for the team.
* User can see the previous match data that was input.
***Final specific features implemented:**
* Stats for a team are displayed at the top of the team page (win:tie:loss bar chart) and the top of the games page (win:loss ratio over time line graph)
* User can see each team Wins, Ties, and Losses (in numerical and graphical format) on the team page
* User can see the Win:Loss ratio over time (as a line chart) on the Games page for each team
* User can see their team ranked amongst other teams within a league (i.e. standings)
* User Story: "As a person wanting to find trends and areas to improve, I want to see the historical game/match data for all games I have played against other teams."
***Features and implement story and meet acceptance criteria:**
***Original Acceptance Criteria:**
* User can see all match data for all previous games played against an individual team
* User can see all match data for all previous games played against all teams in a league
***Final specific features implemented:**
* User can see all the previous games played for their team (info includes the opposing team and the final score)
* User can see each team Wins, Ties, and Losses (in numerical and graphical format) on the team page
* User can see the Win:Loss ratio over time (as a line chart) on the Games page for each team
* User can see their team ranked amongst other teams within a league (i.e. standings)