-
Notifications
You must be signed in to change notification settings - Fork 199
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
feat: email plugins support #2611
Changes from 54 commits
c5b9088
47b0bf5
99d478f
bdad181
d002693
af7e237
3cc3767
35d4fff
8fcd3bf
b0a9820
d71cdfd
752607c
1e1355e
c57c8b9
1cf619b
b99febb
e40137e
07f2aa4
00c6a78
c9ee508
ec83773
af79dcb
15a3d6d
0627531
da21a97
5f42f5b
2ea4724
64ed794
06737df
aea77f3
e1bc5f1
7ab309a
7a98b7c
1ef0964
e726c98
71f2fe1
6928ac4
2e04b91
d5eb09b
90f066d
109217b
6a6f74e
b8085ff
933ed5f
9eaa524
cd950b7
69a4009
d03f0c9
7da3a9d
22871ec
baad4cf
59d7d2a
59e0b85
b9eac99
88091e6
f7f61d7
035fd7b
e89c31b
93ad5df
461e1bd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ export const Default = { | |
subitems={[ | ||
{ | ||
leftIcon: <Clock4 size={18} className={`fill-purple-500 stroke-white`} />, | ||
text: 'Registry Verification', | ||
text: 'Registry Information', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Codebase verification Inconsistent Terminology Found The term "Registry Verification" is still present in 🔗 Analysis chainLGTM! Consider verifying terminology consistency. The change from "Registry Verification" to "Registry Information" looks good. It may provide a more accurate description of the process step. To ensure consistency across the codebase, please run the following script to check for any remaining instances of "Registry Verification" that might need updating: If any results are found, consider updating them for consistency with this change. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Search for "Registry Verification" in all TypeScript and TypeScript React files
rg --type-add 'typescript:*.{ts,tsx}' -t typescript 'Registry Verification'
Length of output: 191 Script: #!/bin/bash
# Description: Comprehensive search for "Registry Verification" in all TypeScript and TypeScript React files
rg --type-add 'typescript:*.{ts,tsx}' -t typescript 'Registry Verification'
Length of output: 191 |
||
}, | ||
{ | ||
leftIcon: <CheckCircle2 size={18} className={`fill-green-500 stroke-white`} />, | ||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Incomplete Refactoring Detected
The renaming from 'merchant-monitoring' to 'merchantMonitoring' is not fully applied across the codebase. Multiple occurrences of 'merchant-monitoring' still exist, which may lead to inconsistencies and potential bugs.
services/workflows-service/src/workflow/workflow-controller-examples.ts
packages/workflow-core/src/lib/constants.ts
packages/workflow-core/src/lib/plugins/external-plugin/ballerine-plugin.ts
apps/backoffice-v2/src/pages/MerchantMonitoringCreateCheck/hooks/useMerchantMonitoringCreateBusinessReportPageLogic/useMerchantMonitoringCreateBusinessReportPageLogic.tsx
Please ensure all instances are updated consistently to prevent any runtime issues.
🔗 Analysis chain
Approve the change to camelCase naming convention.
The change from 'merchant-monitoring' to 'merchantMonitoring' improves consistency with typical JavaScript/TypeScript naming conventions for variables and properties.
To ensure this change doesn't introduce bugs, please verify all usages of this constant across the codebase. Run the following script to check for any remaining occurrences of 'merchant-monitoring':
Additionally, consider updating the file name from 'merchant-monitoring.process-tracker.ts' to 'merchantMonitoring.process-tracker.ts' for consistency if this naming pattern is used for other files in the project.
To resolve the issue with the shell scripts, please run the following corrected scripts to verify the changes:
To address the issues with the previous shell scripts, please run the following corrected scripts to verify the changes:
To fix the shell script errors, please run the following corrected scripts that exclude specific image file extensions using the
-g
flag:🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 210
Script:
Length of output: 172
Script:
Length of output: 256
Script:
Length of output: 9479