Skip to content

refactor(domain): migrate ManagerCareerStats to LoL (remove draws) - #69

Merged
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/54-remove-draws-manager-career-stats
May 1, 2026
Merged

refactor(domain): migrate ManagerCareerStats to LoL (remove draws)#69
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/54-remove-draws-manager-career-stats

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Removed draws field from ManagerCareerStats struct since LoL matches have no draws
  • Updated end_of_season.rs to remove the line that updates career_stats.draws
  • Updated related tests to remove references to draws

Changes

  • manager.rs: Removed draws: u32 from struct definition
  • end_of_season.rs: Removed update to career_stats.draws
  • end_of_season_tests.rs: Removed test assertion for draws

Testing

  • cargo check passes

Refs: #54

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
- Removed draws field from ManagerCareerStats struct (LoL has no draws)
- Updated end_of_season.rs to not update draws stat
- Updated related tests

Refs: #54
@NicoRuedaA
NicoRuedaA force-pushed the feat/54-remove-draws-manager-career-stats branch from b2284db to 848571c Compare April 30, 2026 22:42
@aalonsolopez
aalonsolopez changed the base branch from main to develop April 30, 2026 23:22
@aalonsolopez
aalonsolopez merged commit d5acbb6 into OpenLeagueManager:develop May 1, 2026
3 of 4 checks passed
@NicoRuedaA
NicoRuedaA deleted the feat/54-remove-draws-manager-career-stats 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.

2 participants