Optimize loops in formatting personal details#7649
Merged
luacmartins merged 1 commit intomainfrom Feb 9, 2022
Merged
Conversation
luacmartins
reviewed
Feb 9, 2022
kidroca
reviewed
Feb 9, 2022
| const phoneNumber = lodashGet(personalDetailsResponse, 'phoneNumber', ''); | ||
|
|
||
| return { | ||
| ...finalObject, |
Contributor
There was a problem hiding this comment.
Everything seems the same but this spread here
I reckon it was the bottleneck, if that so you can just swap it like this:
finalObject[login] = {
login,
avatar,
displayName,
};
return finalObject;
Contributor
Author
Contributor
|
|
luacmartins
approved these changes
Feb 9, 2022
OSBotify
pushed a commit
that referenced
this pull request
Feb 9, 2022
Optimize loops in formatting personal details (cherry picked from commit 1923c3d)
This was referenced Feb 9, 2022
Contributor
|
🚀 Deployed to production by @roryabraham in version: 1.1.37-2 🚀
|
Contributor
|
🚀 Cherry-picked to staging by @luacmartins in version: 1.1.37-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
49 tasks
7 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Details
Fixed Issues
$ #7630
Tests / QA
Note: this can't really be QAed on iOS or Android since there will be no way to inspect the console
Timing:expensify.cash.personal_details_formatted(need to have the verbose visibility setting turned on)Tested On
Screenshots
Web
Mobile Web
Same as web
Desktop
iOS
Android