... | ... | @@ -9,7 +9,16 @@ |
|
|
[**Click Here**](How-to-Run) for instructions to run the app.
|
|
|
|
|
|
## Status of Each Epic
|
|
|
1. CHAD JOHNSON!!!
|
|
|
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."
|
|
|
* 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.
|
|
|
* 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
|
|
|
* 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.
|
|
|
* 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."
|
|
|
* These acceptance criteria haven't been implemented for this version of the app, but we plan to implement these features for the next version.
|
|
|
* In particular we plan to allow users to view the games previously played by their teams, and inspect scores, wins and losses.
|
|
|
|
|
|
|
|
|
2a. "As Michelle Teamseeker I want to find & join a sports team, so I can meet new people and relive my glory days as a soccer player."
|
... | ... | @@ -37,13 +46,13 @@ |
|
|
|
|
|
## Action Plan
|
|
|
* Work done over the past week:
|
|
|
* Lee:
|
|
|
* 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.
|
|
|
* Brayden:
|
|
|
* 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.
|
|
|
* Work to be completed next week:
|
|
|
* Lee:
|
|
|
* 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.
|
|
|
* 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.
|
... | ... | |