-
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-06-28] [HOLD for payment 2024-06-24] [HOLD for payment 2024-06-20] [HOLD for payment 2024-06-18] [POLISH][Simplified Collect] Create utils files for each page #38477
Comments
Started on this today, I'll split it up into a few PRs to make review a little easier. Looking at Category to start, 1 clarifying question: |
Yea, that makes sense. |
No update - haven't had much time to swing back around to this between some OOO and other commitments the past few days but will prioritize shortly |
@amyevans Eep! 4 days overdue now. Issues have feelings too... |
@amyevans Still overdue 6 days?! Let's take care of this! |
@amyevans 8 days overdue is a lot. Should this be a Weekly issue? If so, feel free to change it! |
@amyevans 12 days overdue now... This issue's end is nigh! |
This issue has not been updated in over 14 days. @amyevans eroding to Weekly issue. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.81-11 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-06-18. 🎊 |
Unfortunately not. It's three functions that are causing the issue:
Ideally we'd keep the first two where they are (in The last one makes the most sense to move or duplicate, since the top two are shared in multiple files (though the top two are also much shorter). So maybe we leave it? Unless there's an additional file we could create with those and perhaps other utility methods or something like that. |
Could we move the first 2 to |
Can't import category into policy (which it's not doing now) because category is already importing policy. But moving those two into PolicyUtils should work, I can spin that up. |
Ah I missed the Policy import on Category the first time since it's importing specific functions. But the only imports from Policy are the 2 functions we're moving to PolicyUtils, no? So that means we can remove that Policy import in Category |
yep! that PR above should solve our problems |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.82-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-06-20. 🎊 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.84-3 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-06-24. 🎊 |
No payment needed here but I'll close this on the 24th. Not expecting any regressions (though when ARE we expecting them?) |
@dangrous I think we can close this issue since it's deployed to prod and was internal. We'll know if there's a regression haha |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.85-7 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-06-28. 🎊 |
Policy.ts is a large file and it'll only get larger and larger. We can keep the code more organized by separating each individual Members, Categories, Tags and Distance Rates into its own utils file, like we did for taxes here, i.e.
/actions/Policy/TaxRates.ts
, etcThe text was updated successfully, but these errors were encountered: