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 and lastRequestComment. We can then display them on the frontend
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~01d1f7e066ce82b8a0
- Upwork Job ID: 1671448886814179328
- Last Price Increase: 2023-06-21
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:
numberOfRequestsandlastRequestComment. We can then display them on the frontendUpwork Automation - Do Not Edit