refactor(domain): rename stadium_name/stadium_capacity to arena_name/arena_capacity - #72
Merged
aalonsolopez merged 4 commits intoMay 1, 2026
Conversation
…arena_capacity Rename all stadium-related fields to arena terminology to align with the LoL identity. This affects: - Rust domain structs (Team, TeamDefinition) - Database schema (v001_initial_schema.sql) - JSON data files (default_teams.json, lec_world.json) - TypeScript types and test fixtures - Generator and command code 53 files changed across Rust backend and TypeScript frontend. Closes #55
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stadium_nameandstadium_capacityfields toarena_nameandarena_capacitycargo checkpassesWhy
Part of the football to LoL migration effort. "Stadium" is football terminology; "Arena" is the standard term used in esports and League of Legends.
Scope
team.rs,definitions.rs,mod.rs,finances.rsv001_initial_schema.sql,team_repo.rs,academy_team_persistence.rsworld.rsworld_io.rsdefault_teams.json,lec_world.jsontypes.tsChecklist
cargo checkpassesstadium_nameorstadium_capacityin source codeCloses #55