-
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 2024-03-18] [$500] Add edit system messages for tasks #36196
Comments
Job added to Upwork: https://www.upwork.com/jobs/~0177e8b2882a2299a2 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @eVoloshchak ( |
Triggered auto assignment to @MitchExpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Need to show the What is the root cause of that problem?This is a feature request. What changes do you think we should make in order to solve the problem?First of all, we need to stop hiding this type of actions by removing this piece of code: App/src/libs/ReportActionsUtils.ts Lines 359 to 361 in 54d0edf
Then, we should modify this method (we may consider splitting it into 2 functions: one for fields modification, and another – for the assignees): Lines 3372 to 3402 in 749a395
We need to make it more robust and build the report actions with different content depending on the action that was performed – as described in the issue – this action basically should reflect the report action that's coming in the The task is edited in these 2 places: Line 452 in fdb0c22
Line 382 in fdb0c22
Based on these functions and the data passed to them, we can determine each of the required flows: description/title being updated/removed, or assignee changed/removed. And build each optimistic report action according to the flow it represents. What alternative solutions did you explore? (Optional) |
@eVoloshchak, @thienlnam, @MitchExpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
cc @eVoloshchak Could you please review the proposal above? |
This is a feature request, and it's a pretty straightforward one, @paultsimura's proposal looks good to me! 🎀👀🎀 C+ reviewed! |
Current assignee @thienlnam is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @paultsimura 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Same |
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. |
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. |
Same: #36768 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.49-4 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-03-18. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Reminder set to pay! Payment summary: C+: $500 @eVoloshchak (NewDot) |
Regression Test Proposal
Do we agree 👍 or 👎 |
Paid and contract ended. BZ step issue created |
$500 approved for @eVoloshchak based on summary. |
When you edit a task, there is there is a TASKEDITED reportAction that is added to the report. Right now we are hiding it in the front-end, but the necessary changes have been made in the BE to turn this into a visible system message.
What we'll need to have done is:
When you update the assignee
When you update the description
When you update the title, the message should say "updated the task title to [new_task_title]"
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: