Skip to content

Refactor AwsUser class to consolidate name fields and enhance data … - #30

Merged
karelyrodri merged 1 commit into
v0.1.1from
refactor/awsUser
Jan 23, 2026
Merged

Refactor AwsUser class to consolidate name fields and enhance data …#30
karelyrodri merged 1 commit into
v0.1.1from
refactor/awsUser

Conversation

@karelyrodri

Copy link
Copy Markdown
Collaborator

…handling

  • Combined given_name and family_name into a single name field for improved user information representation.
  • Updated methods to compute and return the combined name, ensuring legacy fields are removed during save operations.
  • Enhanced unit tests to validate the new name field functionality, including scenarios for various combinations of given and family names.
  • Adjusted existing tests to reflect the removal of legacy fields and ensure correct behavior of the updated AwsUser class.

…handling

- Combined `given_name` and `family_name` into a single `name` field for improved user information representation.
- Updated methods to compute and return the combined name, ensuring legacy fields are removed during save operations.
- Enhanced unit tests to validate the new name field functionality, including scenarios for various combinations of given and family names.
- Adjusted existing tests to reflect the removal of legacy fields and ensure correct behavior of the updated `AwsUser` class.
@karelyrodri
karelyrodri merged commit 2f06a3f into v0.1.1 Jan 23, 2026
3 checks passed
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.

1 participant