Update calendar generation and data normalization; add read check command

- Add config file support for calendar colors and logos in generate_calendar
- Extend normalization mappings in normalization.toml for fields and teams
- Add 'read check' command to summarize game and field data from input files
- Fix normalization to correctly handle visitor field and value lookups
- Update launch configurations for new data and options
This commit is contained in:
2025-08-26 16:42:19 -05:00
parent c1628f5dfe
commit 2a521e9016
6 changed files with 112 additions and 33 deletions

View File

@@ -40,6 +40,18 @@ normalized = "Taft High School"
[[field.values]]
original = ["Southwest"]
normalized = "Southwest Park"
[[field.values]]
original = ["Comed", "COMED", "ComEd"]
normalized = "ComEd Recreation Center"
[[field.values]]
original = ["Laramie"]
normalized = "Laramie Park"
[[field.values]]
original = ["78"]
normalized = "The 78"
[[field.values]]
original = ["Kilbourn"]
normalized = "Kilbourn Park"
[results]
potential_keys = ["Final Score", "Score", "Result", "Outcome"]
@@ -54,4 +66,10 @@ normalized = "Red Sox"
[[team.values]]
original = ["NorthSide White Sox"]
normalized = "North Side White Sox"
[[team.values]]
original = ["Chicago Rebels", "CHICAGO REBELS"]
normalized = "Rebels"
[[team.values]]
original = ["Lombard Expors", "LOMBARD EXPORS"]
normalized = "Lombard Expos"