To say in a very general and broad way, the coach is willing to have a better way of managing stats and data with regard to individual player's shooting statistics from various different regions in a basketball court, data such as when a player shot, totals of making shot, and so on.
So I have started writing user stories for HPU Basketball Team by listening needs from one of the coaches of the team. Here is what I have got so far:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Having Efficient Game Data Management System | |
As a HPU Men's Basketball Coach | |
So I can summarize extensive data | |
I want summary statistics updated automatically when I enter new data | |
Scenario: have a efficient game data management system | |
Given I am in the data managemenet system | |
When I go to the individual player's page | |
And I enter 1 to 'Last 5 Make' section of 'Region 1' | |
And I press enter | |
And I go to a statistics page | |
Then I should see each individual player's shooting statistics updated with the data previously entered. | |
Complexity: Currently Complex - hoping to move to at least Average | |
Feature: Having Efficient Data Management System | |
As a Job Hunter | |
So I can get a job | |
I want to be able to demonstrate my data management skills | |
Complexity: Currently Complex - hoping to move to at least Average | |
Feature: Having basketball court image with shooting statistics | |
As a HPU Men's Basketball Coach | |
So I can give advice to players easily in detail | |
I want to show shots statistics and visual basketball court image | |
Scenario: have basketball court image with shooting statistics | |
Given I am in the data managemenet system | |
When I go to the individual player's page | |
And I enter 1 to 'Last 5 Make' section of 'Region 1' | |
And I press enter | |
And I see a basketball court image | |
Then I should see a court image separated with each region | |
And I should see 1/1 in 'Region 1' | |
Complexity: Currently Complex - hoping to move to at least Average |
There will be updates and improvements soon!
No comments:
Post a Comment