-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from nfoert/development
v0.0.5-alpha
- Loading branch information
Showing
16 changed files
with
540 additions
and
79 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Setting Up a New Season | ||
|
||
This page documents which steps should be followed at the start of a season to quickly prepare Open Scouting for a new game | ||
|
||
These steps should be followed as early in the season as possible, preferably on kickoff day if possible | ||
|
||
## 1. Update `season_fields.py` | ||
- Add a new year to the `season_fields.py` file. Follow [Formatting Season Fields](./Formatting_Season_Fields.md) for how to do this. Data entries should be kept simple and not complicated, simplify or remove any fields that you can, and the very minimum amount of fields should be kept required, the goal is to make the process as easy and quick as possible for scouts. | ||
|
||
## 2. Update `views.py` and `models.py` | ||
- Navigate to `/main/views.py` | ||
- Add the new year to the `YEARS` array | ||
- Add to the `get_season_data_from_year` and `get_demo_data_from_year` functions to return the new year's data | ||
- Navigate to `/main/models.py` | ||
- Add the new year to the `YEARS` array as a tuple, just match with the years that are already in this array | ||
|
||
## 3. Create demo data | ||
- Follow the instructions in [Creating Demonstration Data](./Creating_Demonstration_Data.md) for how to do this | ||
|
||
Open Scouting should now be updated to the new season! You should navigate around and ensure that everything is working as expected |
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
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
Oops, something went wrong.