Skip to content

chore(backend): rename football_identity.rs to identity_upgrade.rs - #73

Merged
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/59-rename-identity-file
May 1, 2026
Merged

chore(backend): rename football_identity.rs to identity_upgrade.rs#73
aalonsolopez merged 4 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/59-rename-identity-file

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Renames football_identity.rs module to identity_upgrade.rs in ofm_core
  • Updates module declaration and all 4 crate references
  • cargo check passes

Why

The module name football_identity is misleading — it's not about football identity but about upgrading legacy identity fields during data migration. The new name identity_upgrade better reflects its actual purpose.

Scope

  • src-tauri/crates/ofm_core/src/football_identity.rsidentity_upgrade.rs
  • src-tauri/crates/ofm_core/src/lib.rs - module declaration
  • 4 files with updated crate:: and ofm_core:: references

Closes #59

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
Rename the ofm_core module from football_identity to identity_upgrade
to better reflect its purpose as an identity field upgrade mechanism.

Updates module declaration in lib.rs and all crate references.

Closes #59
@aalonsolopez
aalonsolopez changed the base branch from main to develop April 30, 2026 23:19
@aalonsolopez
aalonsolopez merged commit ddbf6d2 into OpenLeagueManager:develop May 1, 2026
3 of 4 checks passed
@NicoRuedaA
NicoRuedaA deleted the feat/59-rename-identity-file 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.

chore(backend): rename football_identity.rs to identity_upgrade.rs

2 participants