Skip to content

refactor(domain): rename stadium_name/stadium_capacity to arena_name/arena_capacity - #72

Merged
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/55-stadium-to-arena
May 1, 2026
Merged

refactor(domain): rename stadium_name/stadium_capacity to arena_name/arena_capacity#72
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/55-stadium-to-arena

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Renames all stadium_name and stadium_capacity fields to arena_name and arena_capacity
  • Updates 54 files across Rust backend, TypeScript frontend, and JSON data files
  • cargo check passes

Why

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

Layer Files Changed
Rust domain team.rs, definitions.rs, mod.rs, finances.rs
Rust DB v001_initial_schema.sql, team_repo.rs, academy_team_persistence.rs
Rust commands world.rs
Rust generator world_io.rs
JSON data default_teams.json, lec_world.json
TypeScript types types.ts
TypeScript tests 30+ test files with updated fixtures

Checklist

  • cargo check passes
  • No remaining references to stadium_name or stadium_capacity in source code
  • JSON data files updated
  • Database schema updated

Closes #55

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
…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
@aalonsolopez
aalonsolopez changed the base branch from main to develop April 30, 2026 23:20
@aalonsolopez
aalonsolopez merged commit d1dec89 into OpenLeagueManager:develop May 1, 2026
3 of 4 checks passed
@NicoRuedaA
NicoRuedaA deleted the feat/55-stadium-to-arena branch May 7, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(domain): rename stadium_name/stadium_capacity to arena_name/arena_capacity

2 participants