Skip to content

Commit

Permalink
GitBook: [master] 3 pages and 2 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsa-github authored and gitbook-bot committed Mar 9, 2020
1 parent 79f188d commit c6dbdf3
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions technical/functional-requirements/game-selector.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
# Game Selector

The Game Selector is opened by clicking on the day cell of any calendar. The Game Selector is the engine behind all of the game incidents that are created and the posted to BOS.

![](../../.gitbook/assets/screen-shot-2020-03-09-at-9.47.48-am.png)

The Game Selector is both used for creating new games/matches and then moving each game through the following standard incident workflow of create -> in\_progress -> result -> finished.

The selector can also be used to Cancel or Delete games.

## Add Game

To add new game use the input fields at the bottom of the screen and then click on the `ADD` button.

![](../../.gitbook/assets/screen-shot-2020-03-09-at-10.14.02-am.png)

**Captions**

| Text/Image | Type | Comments |
| :--- | :--- | :--- |
| Start | Static | |
| Home Team | Static | |
| Away Team | Static | |

**Inputs**

| Name | Type | Constraints |
| :--- | :--- | :--- |
| Start | Date Selector | Any valid date |
| Home Team | Drop Down selector | Drop down list of all teams associated with the selected sport and league. |
| Away | Drop Down selector | Drop down list of all teams associated with the selected sport and league. |

**Actions**

| Caption | Type | Action |
| :--- | :--- | :--- |
| ADD + | Button | Add the game to the list of created games. |

**Validation**

| **Exception** | Error Message |
| :--- | :--- |
| No start time | Start time not entered |
| Home Team | No home team selected |
| Away Team | No away team selected |
| Home Team and Away Team must be different | Teams must be different |

0 comments on commit c6dbdf3

Please sign in to comment.