-
Notifications
You must be signed in to change notification settings - Fork 0
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
[SELC-5547] feat: refactoring onboarding's logic #506
base: main
Are you sure you want to change the base?
Conversation
…into feature/SELC-5547 � Conflicts: � apps/onboarding-ms/src/main/java/it/pagopa/selfcare/onboarding/service/OnboardingServiceDefault.java � apps/onboarding-ms/src/test/java/it/pagopa/selfcare/onboarding/service/util/OnboardingUtilsTest.java
…into feature/SELC-5547
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.
you could add some description and title about this PR
…into feature/SELC-5547 � Conflicts: � apps/onboarding-ms/src/main/java/it/pagopa/selfcare/onboarding/service/OnboardingServiceDefault.java � apps/onboarding-ms/src/main/java/it/pagopa/selfcare/onboarding/service/util/OnboardingUtils.java � apps/onboarding-ms/src/main/resources/application.properties � apps/onboarding-ms/src/test/java/it/pagopa/selfcare/onboarding/service/OnboardingServiceDefaultTest.java � apps/onboarding-ms/src/test/java/it/pagopa/selfcare/onboarding/service/util/OnboardingUtilsTest.java
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.
you could add title and some description about this PR!
Quality Gate passedIssues Measures |
List of Changes
Motivation and Context
In order to avoid the execution of the same code during the sync process of onboarding, the flow has been changed centralizing the access to proxy registry. Therefore, introducing an interface to define the common behavior, the code has been simplified deleting the nested if conditions
How Has This Been Tested?
I have deployed the feature branch in DEV and tested different scenarios as reported into JIRA ticket.
Screenshots (if appropriate):
Types of changes
Checklist: