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-10-10] [$500] Android - Search page is not deeplinking to the mobile app #27555

Closed
1 of 6 tasks
izarutskaya opened this issue Sep 15, 2023 · 30 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

@izarutskaya
Copy link

izarutskaya commented Sep 15, 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. Copy the url to our search page.
  2. Paste it to the note, click on it.
  3. Notice that it opens browser instead of the mobile app.

Expected Result:

It should open search page on mobile app

Actual Result:

It opens browser instead of the mobile app.

Workaround:

Unknown

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: v1.3.70-5

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

Notes/Photos/Videos: Any additional supporting documentation

RPReplay_Final1692068424.MP4
Record_2023-09-15-14-42-37.mp4

Expensify/Expensify Issue URL:

Issue reported by: @hungvu193

Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1692068644809499

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01499b6f14da6e86d6
  • Upwork Job ID: 1702757056609751040
  • Last Price Increase: 2023-09-22
  • Automatic offers:
    • Ollyws | Reviewer | 26916276
    • hungvu193 | Contributor | 26916277
    • hungvu193 | Reporter | 26916278
@izarutskaya izarutskaya added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Sep 15, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 15, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented Sep 15, 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

@izarutskaya izarutskaya added the External Added to denote the issue can be worked on by a contributor label Sep 15, 2023
@melvin-bot melvin-bot bot changed the title Android - Search page is not deeplinking to the mobile app [$500] Android - Search page is not deeplinking to the mobile app Sep 15, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 15, 2023

Job added to Upwork: https://www.upwork.com/jobs/~01499b6f14da6e86d6

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

melvin-bot bot commented Sep 15, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented Sep 15, 2023

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

@izarutskaya
Copy link
Author

Proposal from @hungvu193

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

URL to search page is not deep linked to native app

What is the root cause of that problem?

Path prefix for the Search page is not added to the deeplinking config in our apple-app-site-association and AndroidManifest file which caused the issue.

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

We should add this config below to our apple-app-site-association components section here:

{"/": "/search/*",  "comment": "Search"} // Or just /search is enough, because we don't have params for search page.

And also update our AndroidManifest in here and here:

  <data android:scheme="https" android:host="[new.expensify.com](http://new.expensify.com/)" android:pathPrefix="/search"/>
 <data android:scheme="https" android:host="[staging.new.expensify.com](http://staging.new.expensify.com/)" android:pathPrefix="/search"/>

We can also setup this for other routes if we want (ie: /workspace)

What alternative solutions did you explore? (Optional)

N/A

Result https://github.com/Expensify/App/assets/16502320/eaf5a607-1e29-4386-90fa-1382faaa244d

@melvin-bot melvin-bot bot added the Overdue label Sep 18, 2023
@abekkala
Copy link
Contributor

@Ollyws have you had a moment to review the proposal?

@melvin-bot melvin-bot bot removed the Overdue label Sep 18, 2023
@abekkala
Copy link
Contributor

@Ollyws a bump here: have you reviewed the proposal submitted by Hungvu193 above?

@melvin-bot
Copy link

melvin-bot bot commented Sep 22, 2023

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@melvin-bot melvin-bot bot added the Overdue label Sep 22, 2023
@Ollyws
Copy link
Contributor

Ollyws commented Sep 22, 2023

Will review asap.

@melvin-bot melvin-bot bot added Overdue and removed Overdue labels Sep 22, 2023
@Ollyws
Copy link
Contributor

Ollyws commented Sep 25, 2023

@hungvu193's proposal looks good, but can you confirm it also happens on iOS? I can't seem to reproduce it there.

@melvin-bot melvin-bot bot removed the Overdue label Sep 25, 2023
@hungvu193
Copy link
Contributor

@hungvu193's proposal looks good, but can you confirm it also happens on iOS? I can't seem to reproduce it there.

@Ollyws yeah, I'm still able to reproduce https://github.com/Expensify/App/assets/16502320/4a25e02d-8219-48db-a921-a27e626b9659

@Ollyws
Copy link
Contributor

Ollyws commented Sep 25, 2023

@hungvu193 Do other routes open the app? They're all just opening web for me.

@hungvu193
Copy link
Contributor

trim.7D266E1A-568E-4021-BD6C-0B2F1E5FA34C.MOV

Yeah they will open the app, you can paste the link to the note like me to test

@Ollyws
Copy link
Contributor

Ollyws commented Sep 27, 2023

@hungvu193's proposal looks good to me.

It should be noted that based on previous issues such as #28222 (review), changes to apple-app-site-association are only testable once they're deployed to staging. The Android changes can however, be tested on dev.

🎀👀🎀 C+ reviewed

@melvin-bot
Copy link

melvin-bot bot commented Sep 27, 2023

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

@Beamanator
Copy link
Contributor

Beamanator commented Sep 28, 2023

I like the proposal to fix the issue, can we make sure there's no other similar issues currently be worked on that can include this fix? And also are we sure this is the only page that's not currently deep linking that we want to deep link?

@hungvu193
Copy link
Contributor

I like the proposal to fix the issue, can we make sure there's no other similar issues currently be worked on that can include this fix? And also are we sure this is the only page that's not currently deep linking that we want to deep link?

@Beamanator AFAIK, this is only remaining deeplink config that we need to fix also there's no current WIP that implementing it.

@melvin-bot melvin-bot bot removed the Help Wanted Apply this label when an issue is open to proposals by contributors label Sep 28, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 28, 2023

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

Offer link
Upwork job

@melvin-bot
Copy link

melvin-bot bot commented Sep 28, 2023

📣 @hungvu193 🎉 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 📖

@melvin-bot
Copy link

melvin-bot bot commented Sep 28, 2023

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

Offer link
Upwork job

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Sep 28, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 29, 2023

🎯 ⚡️ Woah @Ollyws / @hungvu193, 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 🎉

  • when @hungvu193 got assigned: 2023-09-28 02:56:18 Z
  • when the PR got merged: 2023-09-29 01:01:59 UTC

On to the next one 🚀

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Oct 3, 2023
@melvin-bot melvin-bot bot changed the title [$500] Android - Search page is not deeplinking to the mobile app [HOLD for payment 2023-10-10] [$500] Android - Search page is not deeplinking to the mobile app Oct 3, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 3, 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 Oct 3, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 3, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.76-6 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-10-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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

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 Oct 3, 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:

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

@abekkala
Copy link
Contributor

abekkala commented Oct 4, 2023

PAYMENTS FOR OCT 10

  • @hungvu193 (Reporter) [$50]
  • @hungvu193 (Contributor) [$500] + [$250 bonus, pending no regression]
  • @Ollyws (Reviewer) [$500] + [$250 bonus, pending no regression] - please complete the checklist above

@Ollyws
Copy link
Contributor

Ollyws commented Oct 6, 2023

BugZero Checklist:
This wasn't caused by any PR, we just never added the /search link to the config files.
I don't think a regression test is helpful for this one as the config files are pretty explicit about which deep links are supported.

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Oct 10, 2023
@abekkala
Copy link
Contributor

@hungvu193 I've sent your payments through [a total of $800] and contract ended - thank you! 🎉

@abekkala
Copy link
Contributor

@Ollyws payment sent [$750] and contract ended - thank you! 🎉

@abekkala
Copy link
Contributor

Done closing

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

5 participants