* User can act as admin for the respective group, he can ban **(Met)**
...
...
@@ -128,16 +127,23 @@ As Jim Halpert, I want to create be able to create and manage my teams with effe
* User can notify teams for game if there are some last minute change **(Not Met)**
* Being I team owner I am always looking for good player to build stranger team and increase or network.
* User can find player with good stats **(Met)**
* User can find player with good stats **(Partially met, users can click on and see the information for a particular member of a team, but cannot yet see the stats or record of this user, we are planning on implementing this for our final product)**
* User can invite them player with good stats **(Not Met)**
* Being team owner I should be able to create new team(groups) and manage them.
* User should be able to create team and delete them as needed. **(Met)**
* User should be able to create team and delete them as needed. **(Met)**
* User can update team information as an admin **(Not Met)**
| Acceptance Criteria | Test Instructions | Example |
| --- | --- | --- |
| User can check all the teams he own or he is member | On the home page, all teams the user is a part of are listed, clicking on these teams brings the user to that team's page where information about the team can be seen |  |
| User can act as admin for the respective group, he can ban/remove users from their team | Starting from the page for a particular team, if the user is the owner of the team, they can click on a user, this takes you to a page with information about this user, at the bottom of this page is a remove player button, pressing this removes the selected player from the team |  |
| User can check the info for player in a team and plan matches based on it. | Starting from the page for a particular team, a user can click on any of the members on this team to see information about this member |  |
| User should be able to create teams and delete them as needed. (team creation) | Starting from the page for a particular league, a user can click the circular "+" button on the bottom right of the screen, this opens a popup where you can specify the name of the team to be created, clicking the submit button will create this new team |  |
| User should be able to create teams and delete them as needed. (team deletion) | Starting from the page for a particular team, if the user is the owner of the team, a red remove team button will be at the bottom of the page, clicking this button will remove the selected team |  |