Triton/Packages/AccountUpdate
Otavio Cordeiro 853a1e1e8b Handle optional account name with "Anonymous" fallback
Make account name optional in API response and map nil/empty values to
"Anonymous" at the network boundary. This ensures users who haven't set
their name can remain anonymous while keeping the name non-optional in
domain and UI layers.

- Make AccountInformationResponse.Response.name optional (String?)
- Add mapping logic in AccountUpdateNetworkService to default nil/empty
  names to "Anonymous"
- Preserve non-optional String type in AccountResponse and
  Account models
- No changes required in UI or persistence layers
2025-12-17 13:39:39 +01:00
..
Sources Handle optional account name with "Anonymous" fallback 2025-12-17 13:39:39 +01:00
.gitignore Add Triton App 2025-12-15 20:39:07 +01:00
Package.swift Add Triton App 2025-12-15 20:39:07 +01:00