-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-08-17] Add comment/number of requests to IOUReport display #21178
Comments
Triggered auto assignment to @JmillsExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Job added to Upwork: https://www.upwork.com/jobs/~01d1f7e066ce82b8a0 |
Triggered auto assignment to Contributor Plus for review of internal employee PR - @abdulrahuman5196 ( |
This comment was marked as outdated.
This comment was marked as outdated.
@JmillsExpensify, @Gonals, @abdulrahuman5196 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I'll be back on this soon! |
@JmillsExpensify, @trjExpensify, @Gonals, @abdulrahuman5196 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@JmillsExpensify, @trjExpensify, @Gonals, @abdulrahuman5196 Eep! 4 days overdue now. Issues have feelings too... |
Not overdue. |
Working on it. There was a revert |
@JmillsExpensify, @trjExpensify, @Gonals, @abdulrahuman5196 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@trjExpensify Didn't we at one point in planning decide to review the number of requests in the report preview? |
Sorry, what to do you mean? 😅 |
Yeah, I'm not sure. Are you talking about the reply count in threads not including requests/sys messages, only comments or something in the future? 🤔 For the report preview, I thought the logic carried into Scan Receipts was:
|
Final PR in review! (We can add the merchant for Receipts later. Comment/Number of requests for Manual requests is what we currently have) |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.52-5 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-08-17. 🎊 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.
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:
|
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:
|
New Feature
Yes
|
Alrighty, $1000 due to @abdulrahuman5196 for the C+ review of the internal PR. Offer sent! We'll take care of the regression test in a wider update. |
Settled up! |
Problem
Currently, we don't display any additional info on request reports:
Solution
Let's display the Request comment when there is a single request in the report, or the Number of requests if there's more than one. To avoid loading all actions when displaying the report preview, we'll need to add this info on the backend. Ideally on the reportAction, as two new pieces:
numberOfRequests
andlastRequestComment
. We can then display them on the frontendUpwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: