Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(features/home): update profile name #3255

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Conversation

olgahaha
Copy link
Contributor

@olgahaha olgahaha commented Oct 25, 2024

Changed

  1. Display and update profile name instead of username #3255
  2. Reduce duplicate API calls for profile #3255

Removed

  1. Remove unused pages: ProfilePage and PhoneVerificationPage, and the service DiaBackendAssetRefreshingService #3255


┆The issue is also created on Asana

- Display and update profile name instead of username.
- Reduce duplicate API calls for profile.
- Remove unused pages: ProfilePage and PhoneVerificationPage,
  and the service DiaBackendAssetRefreshingService.
map(profile => profile.profile_background_thumbnail)
);
readonly form = new UntypedFormGroup({});
model: EditProfileFormModel = {
username: '',
displayName: '',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found it in some cases it referred to as profileName (e.g. transaltion) and sometimes displayName. Maybe use profileName for all Ionic side variables and use display_name only on backend API response?

@olgahaha olgahaha merged commit 35b05ad into master Oct 29, 2024
9 checks passed
@olgahaha olgahaha deleted the feature-update-profile-name branch October 29, 2024 06:17
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