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 2023-06-01] [$1000] URL of Share code treated as email instead of URL #19076

Closed
1 of 6 tasks
kavimuru opened this issue May 16, 2023 · 42 comments
Closed
1 of 6 tasks
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor

Comments

@kavimuru
Copy link

kavimuru commented May 16, 2023

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


Action Performed:

  1. Go to settings > Share code
  2. click on share to copy the share code
  3. Go any chat
  4. paste the link

Expected Result:

should be treated as link

Actual Result:

does not treat as URL and on click it opens mail

Workaround:

Can the user still use Expensify without this being fixed? Have you informed them of the workaround?

Platforms:

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

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.14-14
Reproducible in staging?: y
Reproducible in production?:
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

Screen.Recording.2023-05-16.at.2.44.04.PM.mov
Recording.631.mp4

Expensify/Expensify Issue URL:
Issue reported by: @dhanashree-sawant
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684228471954519 #19039 (comment)

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~017871c028abb202e9
  • Upwork Job ID: 1658796901345894400
  • Last Price Increase: 2023-05-17
@kavimuru kavimuru added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels May 16, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 16, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented May 16, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@ahmedGaber93
Copy link
Contributor

I think it duplicated #16762

@hungvu193
Copy link
Contributor

hungvu193 commented May 17, 2023

Proposal

We should fix this issue because it related to another issue here: #19062

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

URL of Share code treated as email instead of URL

What is the root cause of that problem?

We didn't encode the param for the share url in here which causes the issue.

const url = isReport ? `${CONST.NEW_EXPENSIFY_URL}r/${this.props.report.reportID}` : `${CONST.NEW_EXPENSIFY_URL}details?login=${this.props.session.email}`;

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

We should encode the email params of the share url:

const url = isReport ? `${CONST.NEW_EXPENSIFY_URL}r/${this.props.report.reportID}` : `${CONST.NEW_EXPENSIFY_URL}details?login=${encodeURIComponent(this.props.session.email)}`;

What alternative solutions did you explore? (Optional)

None

@tjferriss tjferriss added the External Added to denote the issue can be worked on by a contributor label May 17, 2023
@melvin-bot melvin-bot bot changed the title URL of Share code treated as email instead of URL [$1000] URL of Share code treated as email instead of URL May 17, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

Job added to Upwork: https://www.upwork.com/jobs/~017871c028abb202e9

@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

Current assignee @tjferriss is eligible for the External assigner, not assigning anyone new.

@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

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

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label May 17, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

Triggered auto assignment to @robertjchen (External), see https://stackoverflow.com/c/expensify/questions/7972 for more details.

@tjferriss
Copy link
Contributor

Easily reproduced.
Screenshot 2023-05-17 at 04 29 02
Screenshot 2023-05-17 at 04 29 41

@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

📣 @AlexanderDmitriev! 📣
Hey, it seems we don’t have your contributor details yet! You'll only have to do this once, and this is how we'll hire you on Upwork.
Please follow these steps:

  1. Get the email address used to login to your Expensify account. If you don't already have an Expensify account, create one here. If you have multiple accounts (e.g. one for testing), please use your main account email.
  2. Get the link to your Upwork profile. It's necessary because we only pay via Upwork. You can access it by logging in, and then clicking on your name. It'll look like this. If you don't already have an account, sign up for one here.
  3. Copy the format below and paste it in a comment on this issue. Replace the placeholder text with your actual details.
    Screen Shot 2022-11-16 at 4 42 54 PM
    Format:
Contributor details
Your Expensify account email: <REPLACE EMAIL HERE>
Upwork Profile Link: <REPLACE LINK HERE>

@melvin-bot
Copy link

melvin-bot bot commented May 17, 2023

✅ Contributor details stored successfully. Thank you for contributing to Expensify!

@robertjchen
Copy link
Contributor

Proposal sounds good to me

@hungvu193
Copy link
Contributor

Thanks @robertjchen , what's the next step from here?

@robertjchen
Copy link
Contributor

Normally we'd get a signoff from C+ https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md but I think this is simple enough to proceed 🤔 (Though, definitely feel free to chime in @eVoloshchak if you think there's a better approach).

@tjferriss Could you please hire @hungvu193 on upwork to proceed with the implementation of the solution? Thanks!

@melvin-bot melvin-bot bot added the Reviewing Has a PR in review label May 19, 2023
@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label May 19, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 19, 2023

📣 @hungvu193 You have been assigned to this job by @michaelhaxhiu!
Please apply to this job in Upwork 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 📖

@Nathan-Mulugeta
Copy link

I was on this issue @michaelhaxhiu and I noticed that the PR for this issue also fixed #19039. So I thought the RCA might be the same for both issues. That’s how I got here.

@therealsujitk
Copy link
Contributor

@michaelhaxhiu both issues are the exact same, the url variable is passed to the QR code and the copy button as a prop. This issue (#19076) references the copy button while the other (#19039) references the QR code. Fixing the url variable fixed both issues.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Daily KSv2 labels May 25, 2023
@melvin-bot melvin-bot bot changed the title [$1000] URL of Share code treated as email instead of URL [HOLD for payment 2023-06-01] [$1000] URL of Share code treated as email instead of URL May 25, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 25, 2023

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

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label May 25, 2023
@melvin-bot
Copy link

melvin-bot bot commented May 25, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.17-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-06-01. 🎊

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:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot
Copy link

melvin-bot bot commented May 25, 2023

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:

  • [@eVoloshchak] The PR that introduced the bug has been identified. Link to the PR:
  • [@eVoloshchak] 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:
  • [@eVoloshchak] 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:
  • [@eVoloshchak] Determine if we should create a regression test for this bug.
  • [@eVoloshchak] 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.
  • [@tjferriss] Link the GH issue for creating/updating the regression test once above steps have been agreed upon: https://github.com/Expensify/Expensify/issues/288769

@gadhiyamanan
Copy link
Contributor

I'm brewing. I can't tell if these bug reports are exactly 1:1 or not 🤔 there's a possibility we pay you both for the bug reports but it'd be helpful to get your input on how they are the same or different cc @Nathan-Mulugeta and @gadhiyamanan

I think all 4 issues #19076 #19062 #19344 #19039 have the same RCA and we can combine them. only one issue eligible for reporting bonus which is #19062 because it was the first which is reported on Slack. what are your thoughts?

cc: @michaelhaxhiu @sonialiap @bfitzexpensify

@tjferriss
Copy link
Contributor

An offer has been sent to @eVoloshchak and @Nathan-Mulugeta for the reporting bonus. @hungvu193 I couldn't find you in Upworks. Can you please apply for the job? https://www.upwork.com/jobs/~017871c028abb202e9

@gadhiyamanan I agree with your conclusion on paying the reporting bonus here for all issues.

@hungvu193
Copy link
Contributor

An offer has been sent to @eVoloshchak and @Nathan-Mulugeta for the reporting bonus. @hungvu193 I couldn't find you in Upworks. Can you please apply for the job? https://www.upwork.com/jobs/~017871c028abb202e9

@gadhiyamanan I agree with your conclusion on paying the reporting bonus here for all issues.

Thanks @tjferriss , I've just applied

@Nathan-Mulugeta
Copy link

Accepted offer.

@michaelhaxhiu
Copy link
Contributor

Agree with ya @gadhiyamanan + @tjferriss on that payment gameplan 👍

@gadhiyamanan
Copy link
Contributor

gadhiyamanan commented May 26, 2023

@tjferriss @michaelhaxhiu In that case , only @dhanashree-sawant is eligible for reporting bonus as she was the first to report it in slack for this issue

@robertjchen
Copy link
Contributor

Thanks for sorting this out- are we all set to close out this issue here? 🙏

@hungvu193
Copy link
Contributor

I didn't receive the payment yet, so I think after everyone is paid we can close this one.

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels May 31, 2023
@eVoloshchak eVoloshchak mentioned this issue May 31, 2023
57 tasks
@eVoloshchak
Copy link
Contributor

eVoloshchak commented May 31, 2023

@eVoloshchak
Copy link
Contributor

Regression Test Proposal

  1. Go to settings > Share code

  2. Click on Share to copy the share code

  3. Go to any chat

  4. Paste the link

  5. Verify the link is displayed correctly, all of the message is formatted as link

  6. Sign in with your phone number

  7. Go to Settings > Share code

  8. Click Copy URL to clipboard

  9. Next, sign in with another account

  10. Paste and open the copied URL

  11. Click on Message ...

  12. Verify there is no 'Report no longer exists' error

Do we agree 👍 or 👎

@melvin-bot melvin-bot bot added the Overdue label Jun 3, 2023
@tjferriss
Copy link
Contributor

All payments have been made in Upworks and the regression test has been submitted to Applause.

@melvin-bot melvin-bot bot removed the Overdue label Jun 3, 2023
@dhanashree-sawant
Copy link

Hi @tjferriss, I have recieved the offer but It is still pending to be approved, can you have a look once you are available?

@tjferriss
Copy link
Contributor

Done.

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 External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests