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

[$500] Private notes - Note editor opens instead of list for user with existing private notes #32302

Closed
6 tasks done
lanitochka17 opened this issue Nov 30, 2023 · 23 comments
Closed
6 tasks done
Assignees
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors retest-weekly Apply this label if you want this issue tested on a Weekly basis by Applause Weekly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Nov 30, 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!


Version Number: 1.4.6-2
Reproducible in staging?: Y
Reproducible in production?: N
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: Applause - Internal Team
Slack conversation:

Issue found when executing PR #31344

Action Performed:

Precondition: There is a chat with some content in the Privates notes and the note is not visited before. If visited, please log out and log in again

  1. Go to staging.new.expensify.com
  2. Open the chat from the precondition
  3. Click on the header
  4. Click Private notes

Expected Result:

User is navigated to private note list screen

Actual Result:

User is navigated to private note editor instead of private note list screen

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

Bug6296532_1701375305114.bandicam_2023-12-01_02-53-05-577__1_.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01b1540c07c23a34c8
  • Upwork Job ID: 1730368222515441664
  • Last Price Increase: 2023-11-30
@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Nov 30, 2023
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 Nov 30, 2023

Triggered auto assignment to @chiragsalian (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@chiragsalian
Copy link
Contributor

chiragsalian commented Nov 30, 2023

@lanitochka17, can you elaborate what you mean by this,

Open the chat from the precondition

what do you mean by precondition?

Also i tested the private notes on a DM and a group chat and it seemed to work fine for me on staging chrome. Can you double check?
Meanwhile I'll ping the authors of #31344 to double check as well.

@chiragsalian
Copy link
Contributor

Asked authors in slack here
Asked QA here.

image

I don't see any issue so I've asked others to confirm. If the issue does infact persist we can revert #31344 but i'd like to confirm it first before reverting.

@chiragsalian chiragsalian added Daily KSv2 and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Nov 30, 2023
@chiragsalian
Copy link
Contributor

As discussed here, not a blocker.

Assigning @DylanDylann and @ArekChr to follow up with a fix as early as possible.
If it helps, i was able to reproduce the issue by logging out, logging in and then clicking on an existing private notes. Then i see the editor instead of the list. For me this happens just once and then its fine until i log out and log in again. Please check and implement a fix.

@chiragsalian chiragsalian added the External Added to denote the issue can be worked on by a contributor label Nov 30, 2023
@melvin-bot melvin-bot bot changed the title Private notes - Note editor opens instead of list for user with existing private notes [$500] Private notes - Note editor opens instead of list for user with existing private notes Nov 30, 2023
Copy link

melvin-bot bot commented Nov 30, 2023

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

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

melvin-bot bot commented Nov 30, 2023

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

@chiragsalian
Copy link
Contributor

i removed the job posting from upwork because it was created by accident, this issue is about fixing a logic with a very recent PR.

@DylanDylann
Copy link
Contributor

I am working on it

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Dec 1, 2023
@DylanDylann
Copy link
Contributor

DylanDylann commented Dec 1, 2023

@ArekChr Please help review PR #32327

@jjcoffee
Copy link
Contributor

Found a possible regression whilst testing for #31257. If you go offline before the GetReportPrivateNote request completes, the notes page still loads but is always empty (even when there are notes saved).

@DylanDylann
Copy link
Contributor

@jjcoffee

the notes page still loads but is always empty

  • What is the "notes page" that you mentioned? (Currently, we have two page, "notes list" page and "notes edit" page

@jjcoffee
Copy link
Contributor

Apologies, forgot to attach a video. It's the notes list page (I think), but we get navigated to the edit page (incorrectly):

issue-2023-12-14_14.44.06.mp4

@DylanDylann
Copy link
Contributor

@jjcoffee

  • Do you have any suggestions in this case? Because if the getReportPrivateNote is not called successfully, we will navigate user to edit note page as expected.
  • My suggestion is that, BE will return the private note data when in the OpenReport API.

@melvin-bot melvin-bot bot added Monthly KSv2 and removed Weekly KSv2 labels Dec 25, 2023
Copy link

melvin-bot bot commented Dec 25, 2023

This issue has not been updated in over 15 days. @chiragsalian, @ArekChr eroding to Monthly issue.

P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do!

@DylanDylann
Copy link
Contributor

@jjcoffee Can you help check this one #32302 (comment) once you have a chance

@mvtglobally
Copy link

Issue not reproducible during KI retests. (First week)

@jjcoffee
Copy link
Contributor

jjcoffee commented Jan 2, 2024

@DylanDylann I'm not sure I fully understand your comment or if you are proposing a particular solution, but I think it's up to the C+ on this issue to handle regressions. cc @ArekChr

@DylanDylann
Copy link
Contributor

DylanDylann commented Jan 11, 2024

@jjcoffee Maybe @ArekChr is not available at this time

@ArekChr
Copy link
Contributor

ArekChr commented Jan 12, 2024

Hey, sorry for the late reply. I wanted to let you know that I'm no longer in the C+ role, as I've moved to the Waves team. Could you please assign a new C+ to take over here? Thanks!

@shubham1206agra
Copy link
Contributor

@mallenexpensify This seems to require a new C+ for some time, and Overdue was not applied here due to the Reviewing label. Can QA retest #32302 (comment) and maybe we can open this for External contributors? I am happy to volunteer for C+ position here.

@melvin-bot melvin-bot bot closed this as completed Mar 11, 2024
Copy link

melvin-bot bot commented Mar 11, 2024

@chiragsalian, @ArekChr, this Monthly task hasn't been acted upon in 6 weeks; closing.

If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead.

@mallenexpensify mallenexpensify added Weekly KSv2 retest-weekly Apply this label if you want this issue tested on a Weekly basis by Applause and removed Reviewing Has a PR in review Monthly KSv2 labels Mar 13, 2024
@mallenexpensify
Copy link
Contributor

QA, for retesting, here's a vid example
#32302 (comment)

@shubham1206agra , yes, I'll assign you as C+ if the bug persists after more testing. Did you try to reproduce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors retest-weekly Apply this label if you want this issue tested on a Weekly basis by Applause Weekly KSv2
Projects
None yet
Development

No branches or pull requests

8 participants