-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Clean up draft message subscriptions #47861
Comments
Triggered auto assignment to Contributor-plus team member for initial proposal review - @hungvu193 ( |
Triggered auto assignment to @abekkala ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Clean up draft message subscriptions What is the root cause of that problem?New refactor What changes do you think we should make in order to solve the problem?We need to remove
and update to
As recommended by @roryabraham, I gave it a try and it worked perfectly. What alternative solutions did you explore? (Optional) |
Edited by proposal-police: This proposal was edited at 2023-10-02T00:00:00Z. ProposalPlease re-state the problem that we are trying to solve in this issue.Clean up draft message subscriptions What is the root cause of that problem?This is an improvement What changes do you think we should make in order to solve the problem?I think we can create a new hook like This hook will be like this:
Then for example we can use this in
What alternative solutions did you explore? (Optional)NA |
Updated proposal
|
I think @cretadn22's proposal is good enough. Don't think we need a custom hook for this one (not sure if we'll use it anywhere else) |
@cretadn22 let us know when we can expect to have a PR ready for review |
PR is ready now |
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. |
The PR for this did cause a regression that was fixed in #48096 |
@roryabraham the PR above was never deployed to production. Do I need to wait for PR 47866 to go to prod? Or do I submit payment at 50%? |
Sorry for the confusion since it never got its So the next step here is to submit payment at 50% |
PAYMENT SUMMARY:
|
@abekkala Accepted |
@cretadn22 payment sent and contract ended - thank you! 🎉 |
@hungvu193 you can request payment via newdot |
$125 approved for @hungvu193 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Issue reported by: @roryabraham
Slack conversation: https://expensify.slack.com/archives/C05LX9D6E07/p1724334129739879
I'm creating this issue to perform some code cleanup / likely performance improvement in some cases.
Let's simplify this and make it more efficient by having
ReportActionItem
only subscribe to the draft message for the given action (if present):View all open jobs on GitHub
Issue Owner
Current Issue Owner: @hungvu193The text was updated successfully, but these errors were encountered: