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

[Payment due][$500] Clicking on workspace description does nothing #36991

Closed
2 of 6 tasks
m-natarajan opened this issue Feb 21, 2024 · 35 comments
Closed
2 of 6 tasks

[Payment due][$500] Clicking on workspace description does nothing #36991

m-natarajan opened this issue Feb 21, 2024 · 35 comments
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review

Comments

@m-natarajan
Copy link

m-natarajan commented Feb 21, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Version Number: 1.4.43-2
Reproducible in staging?: y
Reproducible in production?: y
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
Expensify/Expensify Issue URL:
Issue reported by: @puneetlath
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1708458648024739

Action Performed:

  1. Login to app
  2. Go to workspace settings as admin
  3. Click on profile
  4. Add a description
  5. Go wo workspace chat
  6. Click on the description in the header

Expected Result:

Should open workspace description settings

Actual Result:

Nothing happening

Workaround:

unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Recording.2760.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01ba64856c71c7f0c1
  • Upwork Job ID: 1760144180944142336
  • Last Price Increase: 2024-02-21
  • Automatic offers:
    • shubham1206agra | Contributor | 0
    • dukenv0307 | Contributor | 0
Issue OwnerCurrent Issue Owner: @kadiealexander
@m-natarajan m-natarajan added DeployBlockerCash This issue or pull request should block deployment External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Feb 21, 2024
Copy link

melvin-bot bot commented Feb 21, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01ba64856c71c7f0c1

@melvin-bot melvin-bot bot changed the title Clicking on workspace description does nothing [$500] Clicking on workspace description does nothing Feb 21, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 21, 2024
Copy link

melvin-bot bot commented Feb 21, 2024

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

Copy link

melvin-bot bot commented Feb 21, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel (External)

Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Feb 21, 2024

Triggered auto assignment to @techievivek (Engineering), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@ra-md
Copy link
Contributor

ra-md commented Feb 21, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

Clicking on workspace description does nothing

What is the root cause of that problem?

PR #36426 introduced a change where WORKSPACE_DESCRIPTION was renamed to WORKSPACE_PROFILE_DESCRIPTION.

What changes do you think we should make in order to solve the problem?

Here we can replace "WORKSPACE_DESCRIPTION" with "WORKSPACE_PROFILE_DESCRIPTION".

What alternative solutions did you explore? (Optional)

N/A

@dukenv0307
Copy link
Contributor

dukenv0307 commented Feb 21, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

  • Clicking on workspace description does nothing

What is the root cause of that problem?

  • In here we are using ROUTES.WORKSPACE_DESCRIPTION that is undefined, so leads to the bug (See PR)

What changes do you think we should make in order to solve the problem?

  • We should use WORKSPACE_PROFILE_DESCRIPTION instead.

  • But, if we just fix the above, there is another bug: When we click on report description in header, the workspace description edit screen is opened. When we click on "back" button, the previous report is not opened.

  • To solve that bug, we can use the backTo params, that will store the previous screen to the URL params, and based on it, we know which screen we should navigate to after clicking on back button.

What alternative solutions did you explore? (Optional)

  • With the additional bug that I mentioned, we can create a new route for workspace description edit. So Once we click on the workspace description in header, only the workspace description edit modal is opened

@shubham1206agra
Copy link
Contributor

shubham1206agra commented Feb 21, 2024

@Santhosh-Sellavel is OOO. I will help out here for quick resolution.

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 21, 2024
Copy link

melvin-bot bot commented Feb 21, 2024

📣 @shubham1206agra 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@techievivek
Copy link
Contributor

@shubham1206agra I have assigned the GH to you. 🚀

@dukenv0307
Copy link
Contributor

Updated alternative solution

@shubham1206agra
Copy link
Contributor

@dukenv0307 Navigation seems according to behaviour. If @ra-md is unavailable right now, I will assign this to you.

cc @techievivek

🎀 👀 🎀 C+ Reviewed

Copy link

melvin-bot bot commented Feb 21, 2024

Current assignee @techievivek is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new.

@melvin-bot melvin-bot bot added the Weekly KSv2 label Feb 21, 2024
@dukenv0307
Copy link
Contributor

@shubham1206agra PR #37001 is ready to review

@chiragsalian chiragsalian removed the DeployBlockerCash This issue or pull request should block deployment label Feb 23, 2024
@chiragsalian
Copy link
Contributor

chiragsalian commented Feb 23, 2024

removing blocker label since the PR to fix the issue was CP-d and checked off the QA checklist.

@kadiealexander kadiealexander changed the title [$500] Clicking on workspace description does nothing [Hold for payment][$500] Clicking on workspace description does nothing Mar 12, 2024
@kadiealexander kadiealexander added Daily KSv2 and removed Weekly KSv2 labels Mar 12, 2024
@kadiealexander
Copy link
Contributor

kadiealexander commented Mar 12, 2024

Payouts due:

Upwork job is here.

@kadiealexander
Copy link
Contributor

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:

  • [@shubham1206agra] The PR that introduced the bug has been identified. Link to the PR:
  • [@shubham1206agra] 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:
  • [@shubham1206agra] 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:
  • [@shubham1206agra] Determine if we should create a regression test for this bug.
  • [@shubham1206agra] 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:

@kadiealexander
Copy link
Contributor

@shubham1206agra please complete the checklist and accept the contract, thanks!

@shubham1206agra
Copy link
Contributor

@kadiealexander Can you hold my payment temporarily as per https://expensify.slack.com/archives/C02NK2DQWUX/p1710150138788529?

@kadiealexander
Copy link
Contributor

Sure thing, can you complete the checklist in the meantime?

@shubham1206agra
Copy link
Contributor

shubham1206agra commented Mar 12, 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:

@kadiealexander kadiealexander changed the title [Hold for payment][$500] Clicking on workspace description does nothing [Hold while Shubham sorts payment][$500] Clicking on workspace description does nothing Mar 14, 2024
@kadiealexander kadiealexander added Monthly KSv2 and removed Daily KSv2 labels Mar 14, 2024
@shubham1206agra
Copy link
Contributor

@kadiealexander I have discussed this internally. You may close this issue as I am keeping track of payment internally and will ask to pay once the issue is resolved. Just write in the payment summary that I have not been paid yet.

@kadiealexander
Copy link
Contributor

Closing as agreed. Noting that @shubham1206agra has not been paid as per #36991 (comment)

@shubham1206agra
Copy link
Contributor

@kadiealexander You can process payment here now.

@shubham1206agra
Copy link
Contributor

@kadiealexander Bump here.

@strepanier03 strepanier03 reopened this May 8, 2024
@shubham1206agra
Copy link
Contributor

@kadiealexander Bump for the payment.

@kadiealexander
Copy link
Contributor

kadiealexander commented May 10, 2024

Payouts due:

Upwork job is here.

@kadiealexander kadiealexander added Daily KSv2 and removed Monthly KSv2 labels May 10, 2024
@kadiealexander kadiealexander changed the title [Hold while Shubham sorts payment][$500] Clicking on workspace description does nothing [Payment due][$500] Clicking on workspace description does nothing May 10, 2024
@shubham1206agra
Copy link
Contributor

@kadiealexander Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review
Projects
None yet
Development

No branches or pull requests

9 participants