... | @@ -12,7 +12,7 @@ |
... | @@ -12,7 +12,7 @@ |
|
1. "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."
|
|
1. "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."
|
|
* 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."
|
|
* These acceptance criteria have not been implemented in this version of the app, but will be implemented for the next version of the app
|
|
* These acceptance criteria have not been implemented in this version of the app, but will be implemented for the next version of the app
|
|
* In particular we plan to allow a user track the scores of games played and the win/loss record of a team and allow team members to view and update this information.
|
|
* In particular we plan to allow a user to track the scores of games played and the win/loss record of a team and allow team members to view and update this information.
|
|
* 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."
|
|
* 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."
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
* In particular we plan on displaying the statistics (score, win/lose) of a user's most recently played game when the user loads up the app.
|
|
* In particular we plan on displaying the statistics (score, win/lose) of a user's most recently played game when the user loads up the app.
|
... | @@ -37,24 +37,41 @@ |
... | @@ -37,24 +37,41 @@ |
|
* We have decided not to continue with this epic, because of the extra complexity and time required to implement the required features, especially chat.
|
|
* We have decided not to continue with this epic, because of the extra complexity and time required to implement the required features, especially chat.
|
|
|
|
|
|
|
|
|
|
3. JIM HALPERT!!!
|
|
3. JIM HALPERT
|
|
|
|
As Jim Halpert, I want to create be able to create and manage my teams with effective communication so that my team can be the strongest in the league.
|
|
|
|
|
|
|
|
* Being team owner I should have access to all the teams I am part of, also I can update the members list as per required.
|
|
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
|
|
* Right now we are displaying all the teams. We need to implement filtering to filter out owner teams
|
|
|
|
|
|
|
|
|
|
|
|
* See team info for individual teams (including members, history of games, etc)
|
|
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
|
|
* In particular we plan to allow a user to review the list of members and their info initially.
|
|
|
|
|
|
|
|
* Being I team owner I am always looking for a good player to build a stranger team and increase our network.
|
|
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
|
|
* In particular we plan to allow a user to search other players and review their profile.
|
|
|
|
|
|
|
|
* Being team owner I should be able to create a new team(groups) and manage them.
|
|
|
|
* These acceptance criteria haven't been implemented in the current version of the app, we plan to add these features to the next version of the app
|
|
|
|
* In particular we plan to allow a user to create a new team using a button and add players
|
|
|
|
|
|
4. ROBERT YOUNG!!!
|
|
4. ROBERT YOUNG!!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Action Plan
|
|
## Action Plan
|
|
* Work done over the past week:
|
|
* Work was done over the past week:
|
|
* Lee: Added preliminary implementation of reading and writing new teams and the current user of the app to/from the database. Leagues/teams that are created are now created to the current user and added to the database.
|
|
* Lee: Added preliminary implementation of reading and writing new teams and the current user of the app to/from the database. Leagues/teams that are created are now created to the current user and added to the database.
|
|
* Jay: Completed the individual team members page (which displays member info for a player on the team after a person is clicked from the team page). This currently shows hard-coded user info and will be updated next week to show info from the database. Also completed the Profile page to show info for the logged-in user.
|
|
* Jay: Completed the individual team members page (which displays member info for a player on the team after a person is clicked from the team page). This currently shows hard-coded user info and will be updated next week to show info from the database. I also completed the Profile page to show info for the logged-in user.
|
|
* Brayden:
|
|
* Brayden:
|
|
* Shantanu: Finish dynamic list for menus and to fetch class at once instead of fetching individual property
|
|
* Shantanu: Finish dynamic list for menus and to fetch class at once instead of fetching individual property
|
|
and Implemented create new league button to add new leagues in database.
|
|
and Implemented create new league button to add new leagues in database.
|
|
* Work to be completed next week:
|
|
* Work to be completed next week:
|
|
* Lee: Pass values read in from the database between activities to facilitate new team creation. Read and write scheduled and played games from the database. General back-end code quality improvements and additional testing.
|
|
* Lee: Pass values read in from the database between activities to facilitate new team creation. Read and write scheduled and played games from the database. General back-end code quality improvements and additional testing.
|
|
* Jay: Will work on modifying current pages to display info from the database instead of hard-coded info. I will also help implement the not-finished features, such as storing & displaying score, record, etc.
|
|
* Jay: Will work on modifying current pages to display info from the database instead of hard-coded info. I will also help implement the not-finished features, such as storing & displaying the score, record, etc.
|
|
* Brayden:
|
|
* Brayden:
|
|
* Shantanu: Writing query to fetch data for Profile page,Dynamic list for displaying team and team creation.Daynamic list for team members and functionality for removing and adding team members.
|
|
* Shantanu: Writing query to fetch data for Profile page, Dynamic list for displaying team and team creation.Dynamic list for team members and functionality for removing and adding team members.
|
|
|
|
|
|
|
|
|