Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shoheikawano/4222697 to your computer and use it in GitHub Desktop.
Save shoheikawano/4222697 to your computer and use it in GitHub Desktop.
User Stories & Scenarios for HPU Men's Basketball Team
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment