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-11-11] [$250] Subject of the room briefly displayed {"html": "subject here"} before it finished rendering #49355

Closed
2 of 6 tasks
m-natarajan opened this issue Sep 17, 2024 · 56 comments
Assignees
Labels
AutoAssignerNewDotQuality Used to assign quality issues to engineers Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Weekly KSv2

Comments

@m-natarajan
Copy link

m-natarajan commented Sep 17, 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:
Reproducible in staging?: Needs Reproduction
Reproducible in production?: Needs Reproduction
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: @coleaeason @jliexpensify
Slack conversation: https://expensify.slack.com/archives/C05LX9D6E07/p1726583603519899

Action Performed:

  1. Go the social room using very slow internet connection

Expected Result:

Room details loads without any error

Actual Result:

Subject of the room briefly displayed {"html": "subject here"} before it finished rendering

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

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~021838604064730634601
  • Upwork Job ID: 1838604064730634601
  • Last Price Increase: 2024-10-08
  • Automatic offers:
    • truph01 | Contributor | 104425070
Issue OwnerCurrent Issue Owner: @jliexpensify
@m-natarajan m-natarajan added Daily KSv2 Needs Reproduction Reproducible steps needed Bug Something is broken. Auto assigns a BugZero manager. AutoAssignerNewDotQuality Used to assign quality issues to engineers labels Sep 17, 2024
Copy link

melvin-bot bot commented Sep 17, 2024

Triggered auto assignment to @techievivek (AutoAssignerNewDotQuality)

Copy link

melvin-bot bot commented Sep 17, 2024

Triggered auto assignment to @sonialiap (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Sep 17, 2024
@MelvinBot
Copy link

This has been labelled "Needs Reproduction". Follow the steps here: https://stackoverflowteams.com/c/expensify/questions/16989

@sonialiap
Copy link
Contributor

Jli is BZ and reported this issue so I'll unassign myself

@sonialiap sonialiap removed their assignment Sep 18, 2024
@jliexpensify
Copy link
Contributor

Hmm this isn't an issue for me anymore - I had a period of slow internet while I was at a cafe yesterday and didn't see any problems. @coleaeason what about you - still seeing it?

@melvin-bot melvin-bot bot added the Overdue label Sep 23, 2024
@jliexpensify
Copy link
Contributor

@melvin-bot melvin-bot bot removed the Overdue label Sep 23, 2024
@jliexpensify
Copy link
Contributor

I just got this again, as I started this morning:

image

Precondition: Offline from ND for an extended period (e.g. 8 hours/overnight)

  1. Open laptop and click on #social
  2. Observe HTML and also notice no chats loaded since 2:38am AEST
  3. Type message and refresh
  4. Wait ~60 seconds
  5. See the channel title reflect properly

Is this something you can look into @techievivek?

@jliexpensify jliexpensify removed the Needs Reproduction Reproducible steps needed label Sep 23, 2024
@muttmuure muttmuure added the External Added to denote the issue can be worked on by a contributor label Sep 24, 2024
@melvin-bot melvin-bot bot changed the title Subject of the room briefly displayed {"html": "subject here"} before it finished rendering [$250] Subject of the room briefly displayed {"html": "subject here"} before it finished rendering Sep 24, 2024
Copy link

melvin-bot bot commented Sep 24, 2024

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

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

melvin-bot bot commented Oct 14, 2024

@coleaeason, @jliexpensify, @techievivek, @abdulrahuman5196 Huh... This is 4 days overdue. Who can take care of this?

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

melvin-bot bot commented Oct 15, 2024

📣 @truph01 🎉 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 removed the Overdue label Oct 15, 2024
Copy link

melvin-bot bot commented Oct 15, 2024

@coleaeason @jliexpensify @techievivek @abdulrahuman5196 @truph01 this issue is now 4 weeks old, please consider:

  • Finding a contributor to fix the bug
  • Closing the issue if BZ has been unable to add the issue to a VIP or Wave project
  • If you have any questions, don't hesitate to start a discussion in #expensify-open-source

Thanks!

@truph01
Copy link
Contributor

truph01 commented Oct 15, 2024

@techievivek I created draft PR here.

I encounter an issue with the change log message: When I tried to update the report's description, I sent description: {"html":"test"} to BE via API UpdateRoomDescription based on comment. The response contains the change log:

<muted-text>set the room description to: {"html":"test"}</muted-text>

So in FE, it is displaying that message as:

image

@techievivek
Copy link
Contributor

@truph01 I am working on the backend changes for this and realized we can just send the description in plain text and then in backend I can add checks to confirm we insert it as json.

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Oct 16, 2024
@truph01
Copy link
Contributor

truph01 commented Oct 16, 2024

PR is ready

Copy link

melvin-bot bot commented Oct 31, 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.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Nov 4, 2024
@melvin-bot melvin-bot bot changed the title [$250] Subject of the room briefly displayed {"html": "subject here"} before it finished rendering [HOLD for payment 2024-11-11] [$250] Subject of the room briefly displayed {"html": "subject here"} before it finished rendering Nov 4, 2024
Copy link

melvin-bot bot commented Nov 4, 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 Nov 4, 2024
Copy link

melvin-bot bot commented Nov 4, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.56-9 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-11-11. 🎊

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

Copy link

melvin-bot bot commented Nov 4, 2024

@abdulrahuman5196 @jliexpensify The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button]

@jliexpensify
Copy link
Contributor

Bumping @abdulrahuman5196 for the checklist please

@abdulrahuman5196
Copy link
Contributor

abdulrahuman5196 commented Nov 11, 2024

BugZero Checklist:

  • [Contributor] Classify the bug:
Bug classification

Source of bug:

  • 1a. Result of the original design (eg. a case wasn't considered)
  • 1b. Mistake during implementation
  • 1c. Backend bug
  • 1z. Other:

Where bug was reported:

  • 2a. Reported on production
  • 2b. Reported on staging (deploy blocker)
  • 2c. Reported on a PR
  • 2z. Other:

Who reported the bug:

  • 3a. Expensify user
  • 3b. Expensify employee
  • 3c. Contributor
  • 3d. QA
  • 3z. Other:
  • [Contributor] 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: This is bug caused by backend-Frontend incompatability. We don't have access to backend code to report this.

  • [Contributor] If the regression was CRITICAL (e.g. interrupts a core flow) A discussion in #expensify-open-source 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: N/A

  • [Contributor] If it was decided to create a regression test for the bug, please propose the regression test steps using the template below to ensure the same bug will not reach production again.

  • [BugZero Assignee] Create a GH issue for creating/updating the regression test once above steps have been agreed upon.

    Link to issue:

Regression Test Proposal

Precondition:

Test:

  1. Go to any room
  2. Update the room's description
  3. Send any message
  4. Verify the room's description displayed properly

Do we agree 👍 or 👎

@jliexpensify

@jliexpensify
Copy link
Contributor

Payment Summary

Upwork job

@JmillsExpensify
Copy link

$250 approved for @abdulrahuman5196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoAssignerNewDotQuality Used to assign quality issues to engineers Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Weekly KSv2
Projects
Development

No branches or pull requests