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-07-24] [$500] Android - Task - Tapping assignee and quickly tapping mark as complete directed to hmm not here #38577

Closed
1 of 6 tasks
kbecciv opened this issue Mar 19, 2024 · 44 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 External Added to denote the issue can be worked on by a contributor

Comments

@kbecciv
Copy link

kbecciv commented Mar 19, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 1.4.54.0
Reproducible in staging?: y
Reproducible in production?: y
Issue reported by: Applause - Internal Team

Action Performed:

  1. Launch app
  2. Tap fab --- assign task
  3. Enter title
  4. Tap next
  5. Select share somewhere
  6. Confirm task
  7. Open task to open task details page
  8. Tap assignee and quickly tap mark as complete button on header

Expected Result:

When user taps assignee and quickly taps mark as complete button on header, user must not be directed to hhm not here page.

Actual Result:

When user taps assignee and quickly taps mark as complete button on header, user directed to hhm not here page.

Workaround:

n/a

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

Bug6418378_1710795369359.aaj.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01efbf5aa31beec5a5
  • Upwork Job ID: 1772302127195226112
  • Last Price Increase: 2024-03-25
  • Automatic offers:
    • tienifr | Contributor | 0
Issue OwnerCurrent Issue Owner: @adelekennedy
@kbecciv kbecciv added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Mar 19, 2024
Copy link

melvin-bot bot commented Mar 19, 2024

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

@kbecciv
Copy link
Author

kbecciv commented Mar 19, 2024

@adelekennedy I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors.

@kbecciv
Copy link
Author

kbecciv commented Mar 19, 2024

We think that this bug might be related to #vip-vsb

@adelekennedy
Copy link

task related

@melvin-bot melvin-bot bot removed the Overdue label Mar 25, 2024
@adelekennedy adelekennedy added the External Added to denote the issue can be worked on by a contributor label Mar 25, 2024
@melvin-bot melvin-bot bot changed the title Android - Task - Tapping assignee and quickly tapping mark as complete directed to hmm not here [$500] Android - Task - Tapping assignee and quickly tapping mark as complete directed to hmm not here Mar 25, 2024
Copy link

melvin-bot bot commented Mar 25, 2024

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

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Mar 25, 2024
Copy link

melvin-bot bot commented Mar 25, 2024

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

@tienifr
Copy link
Contributor

tienifr commented Mar 25, 2024

Proposal

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

When user taps assignee and quickly taps mark as complete button on header, user directed to hhm not here page.

What is the root cause of that problem?

When we tap on Assignee and mark the task as completed at the same time, at the time we navigate to the assignee selection page, the task was already completed, so we see not found page.

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

It should not be possible to click on Assignee and mark task as completed at the same time. We can use singleExecution to limit this, this is an approach widely used in the app. We should make sure the Mark as complete button and the Assignee menu item share the same singleExecution context, so only one of them can execute at a time.

There're many ways to do this, here's an example:

  • use useSingleExecution in ReportScreen to create a single execution context
  • pass the singleExecution to the TaskHeaderActionButton, and wrap it around the onPress event callback
  • pass the same singleExecution to the menu items of the TaskView, and and wrap it around the onPress event callback

What alternative solutions did you explore? (Optional)

Same approach but a few different implementations:

  • use context to pass the singleExecution down from ReportScreen to child components
  • Or we can refactor useSingleExecution to accept a params indication which single execution, like executionId, then we stored the single execution contexts based on those ids and return the correct one when useSingleExecution(executionId) is used, this can help 2 different components to share the same single execution context by using the same executionId

@mananjadhav
Copy link
Collaborator

mananjadhav commented Mar 31, 2024

it should not be possible to click on Assignee and mark task as completed at the same time. We can use singleExecution to limit this, this is an approach widely used in the app.

🎀 👀 🎀 confirming with @rlinoz if we are okay with the blocking behavior.

Copy link

melvin-bot bot commented Mar 31, 2024

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

@rlinoz
Copy link
Contributor

rlinoz commented Apr 1, 2024

I think we should be good with the blocking behavior

@mananjadhav
Copy link
Collaborator

Cool. Then @tienifr’s proposal looks good to me.

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

melvin-bot bot commented Apr 1, 2024

📣 @tienifr 🎉 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 melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Apr 4, 2024
Copy link

melvin-bot bot commented Apr 22, 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.

@mananjadhav
Copy link
Collaborator

@tienifr following up on this, otherwise let's open this for new proposals. It's been open for more than a month now.

@tienifr
Copy link
Contributor

tienifr commented Jun 12, 2024

I found one feasible solution is when we press mark as complete, we could check whether the current active route is the assignee page then early return. I'll open PR today.

@mananjadhav
Copy link
Collaborator

@tienifr Waiting for an update.

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Jun 20, 2024
@tienifr
Copy link
Contributor

tienifr commented Jun 20, 2024

PR ready for review #41667.

@rlinoz
Copy link
Contributor

rlinoz commented Jul 12, 2024

PR is merged awaiting deploy.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Jul 17, 2024
@melvin-bot melvin-bot bot changed the title [$500] Android - Task - Tapping assignee and quickly tapping mark as complete directed to hmm not here [HOLD for payment 2024-07-24] [$500] Android - Task - Tapping assignee and quickly tapping mark as complete directed to hmm not here Jul 17, 2024
Copy link

melvin-bot bot commented Jul 17, 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 Jul 17, 2024
Copy link

melvin-bot bot commented Jul 17, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.7-8 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-07-24. 🎊

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

Copy link

melvin-bot bot commented Jul 17, 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:

  • [@mananjadhav] The PR that introduced the bug has been identified. Link to the PR:
  • [@mananjadhav] 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:
  • [@mananjadhav] 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:
  • [@mananjadhav] Determine if we should create a regression test for this bug.
  • [@mananjadhav] 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.
  • [@adelekennedy] 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 Jul 23, 2024
@adelekennedy
Copy link

adelekennedy commented Jul 25, 2024

Payouts due:

@adelekennedy
Copy link

@mananjadhav I think the final step here is the checklist?

@adelekennedy
Copy link

bump @mananjadhav

@mananjadhav
Copy link
Collaborator

mananjadhav commented Jul 29, 2024

@adelekennedy @rlinoz There was a regression on this task. But I would like to request if we can pay the full price here. This was a bit weird case, where we use useSingleExecution and couldn't get it working on mobile web. Then @tienifr found an alternative way of solving this.

I don't have an offending PR for this one as this was a part of the navigation issue. I couldn't pinpoint if this came from a specific PR. I also feel we should add a regression test to this one.

Regression Test steps:

  1. Open a task report
  2. Tap Assignee then quickly tap Mark as complete.
  3. Verify that user is navigated to Assignee page only and task is not marked as completed.
  4. Tap Description then quickly tap Mark as complete.
  5. Verify that user is navigated to Description page only and task is not marked as completed.
  6. Verify during the navigation you don't see Not found page.

@melvin-bot melvin-bot bot added the Overdue label Jul 30, 2024
@mananjadhav
Copy link
Collaborator

@adelekennedy Did you get a chance to look at my previous comment?

@adelekennedy
Copy link

hey! I'm back from ooo - that reasoning makes sense to me, I think we should move forward with the full amount.

@melvin-bot melvin-bot bot removed the Overdue label Jul 31, 2024
@adelekennedy
Copy link

@mananjadhav
Copy link
Collaborator

Thanks @adelekennedy. Appreciate it.

@JmillsExpensify
Copy link

$500 approved for @mananjadhav

@JmillsExpensify
Copy link

$500 approved for @tienifr

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
No open projects
Archived in project
Development

No branches or pull requests

6 participants