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

[HOLD for payment 2024-04-25] [POLISH][Members] Address issues with members profile #37927

Closed
luacmartins opened this issue Mar 7, 2024 · 34 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2

Comments

@luacmartins
Copy link
Contributor

luacmartins commented Mar 7, 2024

Coming from this PR, we have a few small issues to fix.

  1. Navigate to global profile if not an admin of paid policy. We shouldn't just early return here, instead let's navigate the admin of a free policy to the global profile, like we do above.

  2. Can't see owner's profile. We should probably just navigate to the global profile here.

Screen.Recording.2024-03-07.at.2.55.37.PM.mov
  1. Info icon has active green color by default. We need to fix this.
Screenshot 2024-03-07 at 2 56 15 PM
  1. Members - Back button on Members opens Members page after returning from member profile #37941
  2. [$500] Workspace - Member role is not highlighted for newly-invited member #37940 - Backend PR here

cc @burczu

Issue OwnerCurrent Issue Owner: @Santhosh-Sellavel
@luacmartins luacmartins added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Mar 7, 2024
@luacmartins luacmartins self-assigned this Mar 7, 2024
Copy link

melvin-bot bot commented Mar 7, 2024

Triggered auto assignment to @kadiealexander (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

Copy link

melvin-bot bot commented Mar 8, 2024

⚠️ Looks like this issue was linked to a Deploy Blocker here

If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.

If a regression has occurred and you are the assigned CM follow the instructions here.

If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.

@burczu
Copy link
Contributor

burczu commented Mar 8, 2024

@kadiealexander @luacmartins Please assign this issue to me - I'll take care of it as na author of the original issue. Thank you.

@burczu
Copy link
Contributor

burczu commented Mar 8, 2024

@luacmartins

Regarding this:

  1. Navigate to global profile if not an admin of paid policy. We shouldn't just early return here, instead let's navigate the admin of a free policy to the global profile, like we do above.

As I see, you've already fixed it, is that correct?

Regarding this:

  1. Can't see owner's profile. We should probably just navigate to the global profile here.

This is intended and I'm addressing it here: #35716 - for owners we will show the Members Details page (if another admin selects it) but with the button that will allow to change the ownership. That's the reason I've left it untouched for now.

@burczu
Copy link
Contributor

burczu commented Mar 8, 2024

  1. Info icon has active green color by default. We need to fix this.
    Screenshot 2024-03-07 at 2 56 15 PM

@shawnborton Could you please confirm this is a bug and we need to change the color of the Icon here? I recall we had similar situation with Bulk Actions - icons were grey on the design and green in the existing component...

@burczu
Copy link
Contributor

burczu commented Mar 8, 2024

I've just created draft PR.

@shawnborton
Copy link
Contributor

Info icon has active green color by default. We need to fix this.

If we change this, we should globally change all of our option rows. It is something we've talked about given that now the rows in places like Settings don't use green icons anymore. So yeah, definitely open to this but only if we do it as a global change across all option rows/menu rows. Thoughts @Expensify/design ?

@burczu
Copy link
Contributor

burczu commented Mar 8, 2024

Info icon has active green color by default. We need to fix this.

If we change this, we should globally change all of our option rows. It is something we've talked about given that now the rows in places like Settings don't use green icons anymore. So yeah, definitely open to this but only if we do it as a global change across all option rows/menu rows. Thoughts @Expensify/design ?

Hmmm, so this sounds like a separate issue? @luacmartins

@dannymcclain
Copy link
Contributor

I'm down for the change, but can totally see why we might want to make it a separate issue. Good with either approach.

@luacmartins
Copy link
Contributor Author

Oh so the green icon is intentional? I thought it was a bug since we apply that style on hover to icons elsewhere, e.g. workspace settings page in the LHN

@shawnborton
Copy link
Contributor

It's intentional, yup. But we should update it to match the the rows in the Settings page, and then make sure we update the hover styles as well.

@luacmartins
Copy link
Contributor Author

@burczu we also have this issue - #37940

@burczu
Copy link
Contributor

burczu commented Mar 11, 2024

@burczu we also have this issue - #37940

@luacmartins This is caused by the backend issue we've already discussed on Slack.

@luacmartins
Copy link
Contributor Author

PR to fix #37940 is here

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production labels Apr 18, 2024
@melvin-bot melvin-bot bot changed the title [POLISH][Members] Address issues with members profile [HOLD for payment 2024-04-25] [POLISH][Members] Address issues with members profile Apr 18, 2024
Copy link

melvin-bot bot commented Apr 18, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Apr 18, 2024
Copy link

melvin-bot bot commented Apr 18, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.62-17 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 2024-04-25. 🎊

For reference, here are some details about the assignees on this issue:

Copy link

melvin-bot bot commented Apr 18, 2024

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:

  • [@Santhosh-Sellavel] The PR that introduced the bug has been identified. Link to the PR:
  • [@Santhosh-Sellavel] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@Santhosh-Sellavel] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@Santhosh-Sellavel] Determine if we should create a regression test for this bug.
  • [@Santhosh-Sellavel] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@kadiealexander] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Apr 24, 2024
Copy link

melvin-bot bot commented Apr 25, 2024

Payment Summary

Upwork Job

BugZero Checklist (@kadiealexander)

  • I have verified the correct assignees and roles are listed above and updated the neccesary manual offers
  • I have verified that there are no duplicate or incorrect contracts on Upwork for this job (https://www.upwork.com/ab/applicants//hired)
  • I have paid out the Upwork contracts or cancelled the ones that are incorrect
  • I have verified the payment summary above is correct

@melvin-bot melvin-bot bot added the Overdue label Apr 26, 2024
@kadiealexander kadiealexander added NewFeature Something to build that is a new item. and removed NewFeature Something to build that is a new item. labels Apr 29, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 and removed Daily KSv2 Overdue labels Apr 29, 2024
@kadiealexander kadiealexander added Daily KSv2 and removed Weekly KSv2 labels Apr 29, 2024
@Expensify Expensify deleted a comment from melvin-bot bot Apr 29, 2024
@kadiealexander
Copy link
Contributor

@Santhosh-Sellavel please complete the checklist!

Copy link

melvin-bot bot commented May 2, 2024

@burczu, @luacmartins, @kadiealexander, @Santhosh-Sellavel Whoops! This issue is 2 days overdue. Let's get this updated quick!

@melvin-bot melvin-bot bot added the Overdue label May 2, 2024
Copy link

melvin-bot bot commented May 7, 2024

@burczu, @luacmartins, @kadiealexander, @Santhosh-Sellavel Still overdue 6 days?! Let's take care of this!

@luacmartins
Copy link
Contributor Author

This was part of a new feature, so I don't think the checklist applies here. Are we good to close this issue?

@kadiealexander
Copy link
Contributor

Oh, the bug label was applied. Closing, please apply for payment via newdot.

@Santhosh-Sellavel
Copy link
Collaborator

Requested on ND

@JmillsExpensify
Copy link

$250 approved for @Santhosh-Sellavel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2
Projects
No open projects
Archived in project
Development

No branches or pull requests

8 participants