-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-07-10] [$1000] Profile- Hidden profile name displayed for few seconds #21571
Comments
Triggered auto assignment to @mallenexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
cc @Beamanator Looks related to the privacy / changes |
Job added to Upwork: https://www.upwork.com/jobs/~010882a383cd90ec38 |
Current assignee @mallenexpensify is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @narefyev91 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.While loading a profile, we display "Hidden" instead of a loading indicator. What is the root cause of that problem?As mentioned in this comment, this is a result of #21286 . Specifically, this line in ProfilePage.js const details = lodashGet(props.personalDetails, accountID, {isLoading: ValidationUtils.isValidAccountRoute(accountID)}); We are overwriting What changes do you think we should make in order to solve the problem?We should update that line to only overwrite const details = lodashGet(
props.personalDetails,
accountID,
ValidationUtils.isValidAccountRoute(accountID) ? {} : {isloading: false},
); |
Proposal from @rain2o looks good to me #21571 (comment) |
Triggered auto assignment to @stitesExpensify, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
LGTM! |
📣 @rain2o You have been assigned to this job by @stitesExpensify! |
Applied in Upwork. I should have a PR ready for review by tomorrow. I expect today, but as this is my first one for Expensify, I'm giving myself some padding to make sure I can get through all the steps correctly. |
🎯 ⚡️ Woah @narefyev91 / @rain2o, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.35-5 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-07-10. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Looks like we just need the checklists done and then we can pay this out! |
@narefyev91 , can you complete the checklist above plz? |
|
@mallenexpensify I just have 1 question (sent in Upwork too), as this is my first time working with Expensify I want to make sure I understand correctly. As far as I'm aware, this bug qualifies for the 50% urgency bonus. Should the offer be for the total including that bonus? |
@mallenexpensify got my question answered on slack and accepted the offer. |
@rain2o, @mallenexpensify, @narefyev91, @stitesExpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@rain2o paid $1500, inc. timeliness bonus. TestRail update GH https://github.com/Expensify/Expensify/issues/300492 @narefyev91 in the future can you copy/paste the QA steps into the issue comment? It'll save a bit of time (and I'm assuming you're checking them to ensure they're accurate), thanks. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing PR #21081
Action Performed:
Expected Result:
Test user B see's test user A's profile and avatar
Actual Result:
Hidden profile displayed for few seconds and later profile displayed
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.32.5
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug6106775_21081_mWeb.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: