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

[$250] Web - Chat - "No activity yet" is seen under a thread with replies #40345

Open
1 of 6 tasks
kbecciv opened this issue Apr 17, 2024 · 27 comments
Open
1 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review Weekly KSv2

Comments

@kbecciv
Copy link

kbecciv commented Apr 17, 2024

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.62-13
Reproducible in staging?: y
Reproducible in production?: y
Issue reported by: Applause - Internal Team

Action Performed:

  1. Navigate to staging.new.expensify.com
  2. Create a workspace
  3. Invite a member
  4. Open workspace chat with the invited member
  5. Send a message
  6. Reply in thread of the sent message and send a few messages
  7. Refresh the page
  8. Click on search icon
  9. Look under the thread report of the search results

Expected Result:

The last sent message in the thread should be seen under the thread report

Actual Result:

"No activity yet" is seen under the thread report even if there are a few messages sent

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

Bug6452165_1713346173913.bandicam_2024-04-17_12-20-31-133.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01069d56029ee01976
  • Upwork Job ID: 1783056830918737920
  • Last Price Increase: 2024-04-24
  • Automatic offers:
    • FitseTLT | Contributor | 0
@kbecciv kbecciv added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Apr 17, 2024
Copy link

melvin-bot bot commented Apr 17, 2024

Triggered auto assignment to @miljakljajic (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.

@kbecciv
Copy link
Author

kbecciv commented Apr 17, 2024

We think that this bug might be related to #wave-collect - Release 1

@kbecciv
Copy link
Author

kbecciv commented Apr 17, 2024

@miljakljajic FYI 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.

@FitseTLT
Copy link
Contributor

Proposal

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

Chat - "No activity yet" is seen under a thread with replies

What is the root cause of that problem?

We are not passing lastMessageTextFromReport

reportOption.alternateText = getAlternateText(reportOption, {showChatPreviewLine, forcePolicyNamePreview});

So it will be set to no activity here

return lastMessageTextFromReport.length > 0 ? option.lastMessageText : Localize.translate(preferredLocale, 'report.noActivityYet');

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

We need to pass it as

reportOption.alternateText = getAlternateText(reportOption, {
                lastMessageTextFromReport: getLastMessageTextForReport(ReportUtils.getReport(reportOption.reportID)),
                showChatPreviewLine,
                forcePolicyNamePreview,
            });

Or Alternatively we can make the check on option?.lastMessageText?.length here

return lastMessageTextFromReport.length > 0 ? option.lastMessageText : Localize.translate(preferredLocale, 'report.noActivityYet');

        return option?.lastMessageText && option?.lastMessageText?.length > 0 ? option.lastMessageText : Localize.translate(preferredLocale, 'report.noActivityYet');

What alternative solutions did you explore? (Optional)

@melvin-bot melvin-bot bot added the Overdue label Apr 19, 2024
Copy link

melvin-bot bot commented Apr 22, 2024

@miljakljajic Eep! 4 days overdue now. Issues have feelings too...

@miljakljajic miljakljajic added the External Added to denote the issue can be worked on by a contributor label Apr 24, 2024
@melvin-bot melvin-bot bot changed the title Web - Chat - "No activity yet" is seen under a thread with replies [$250] Web - Chat - "No activity yet" is seen under a thread with replies Apr 24, 2024
Copy link

melvin-bot bot commented Apr 24, 2024

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

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

melvin-bot bot commented Apr 24, 2024

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

@melvin-bot melvin-bot bot removed the Overdue label Apr 24, 2024
@miljakljajic
Copy link
Contributor

Added the external label and wave collect.

@tienifr
Copy link
Contributor

tienifr commented Apr 24, 2024

Or Alternatively we can make the check on option?.lastMessageText?.length here

we also can safely remove lastMessageTextFromReport

Copy link

melvin-bot bot commented Apr 24, 2024

📣 @toffee121! 📣
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. Make sure you've read and understood the contributing guidelines.
  2. 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.
  3. 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.
  4. 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>

@Valliappan21
Copy link

Valliappan21 commented Apr 24, 2024

Contributor details
Your Expensify account email: valliappan21@gmail.com
Upwork Profile Link: https://www.upwork.com/freelancers/~01de7dd2268ad24360

Have resolved this issue, can i submit the screen recording of the result

Copy link

melvin-bot bot commented Apr 24, 2024

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

@Nuka02
Copy link

Nuka02 commented Apr 25, 2024

Contributor details
Your Expensify account email: ajdinnukic02@gmail.com
Upwork Profile Link: https://www.upwork.com/freelancers/~01f64de1b86d612b5f

Copy link

melvin-bot bot commented Apr 25, 2024

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

@Nuka02
Copy link

Nuka02 commented Apr 25, 2024

Proposal

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

Chat - "No activity yet" is seen under a thread with replies

What is the root cause of that problem?

Parameter for the last message from thread is not passed to the function getAlternateText, so the default value for lastMessageTextFromReport is being used (which is an empty string). Since that default value is not fulfilling the requirement in an if statement, it is returning phrasekey noActivityYet.

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

More viable option is to not pass parameter lastMessageTextFromReport at all, since the object that is passed to the function already has the last message value. So, better option would be to change the if statement inside a function to check if the object contains the last message option. That way, we will not be passing the same value to the function twice. (In an object and as a separate value).

What alternative solutions did you explore? (Optional)

We could pass the parameter lastMessageTextFromReport to the function call.

@melvin-bot melvin-bot bot added the Overdue label Apr 26, 2024
Copy link

melvin-bot bot commented Apr 29, 2024

@miljakljajic, @allroundexperts Eep! 4 days overdue now. Issues have feelings too...

@Valliappan21
Copy link

@miljakljajic, @allroundexperts Eep! 4 days overdue now. Issues have feelings too...

Have resolved the issue,
What is the next process to do after sharing upworks profile link

@allroundexperts
Copy link
Contributor

@FitseTLT's proposal looks good to me. I agree with @tienifr that removing lastMessageTextFromReport from report is a better option.

C+ reviewed 🎀 👀 🎀

Copy link

melvin-bot bot commented Apr 30, 2024

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

@toffee121
Copy link

toffee121 commented Apr 30, 2024 via email

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

melvin-bot bot commented Apr 30, 2024

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

@toffee121
Copy link

toffee121 commented Apr 30, 2024 via email

Copy link

melvin-bot bot commented May 1, 2024

@francoisl @miljakljajic @allroundexperts @FitseTLT this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!

@toffee121
Copy link

toffee121 commented May 2, 2024 via email

@toffee121
Copy link

toffee121 commented May 2, 2024 via email

@melvin-bot melvin-bot bot added the Overdue label May 2, 2024
@francoisl
Copy link
Contributor

Hi @toffee121, there seems to be some confusion here, this issue has been assigned to FitseTLT so you don't need to waste your time working on it. Reviewing https://github.com/Expensify/App/blob/main/contributingGuides/CONTRIBUTING.md should help clarify how you can contribute moving forward. Thanks!

@melvin-bot melvin-bot bot removed the Overdue label May 2, 2024
@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels May 3, 2024
@FitseTLT
Copy link
Contributor

Payment Overdue @miljakljajic . The linked PR was deployed to production 2 weeks ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Reviewing Has a PR in review Weekly KSv2
Projects
Status: Polish
Development

No branches or pull requests

9 participants