Added Chad's user stories and implementation authored by Jay Shah (jrs349)'s avatar Jay Shah (jrs349)
...@@ -2,3 +2,21 @@ ...@@ -2,3 +2,21 @@
# User Stories Implemented # User Stories Implemented
### Chad Johnson
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:**
* 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
* 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:**
* 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:**
* 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 can see their personal Wins, Ties, and Losses (in numerical and graphical format) on the home page