Skip to content
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-4476] feat: modify verifyOnboarding #274

Merged
merged 6 commits into from
Mar 19, 2024

Conversation

giulia-tremolada
Copy link
Collaborator

@giulia-tremolada giulia-tremolada commented Mar 15, 2024

List of Changes

  • modify API verifyOnboarding endpoint (from onboardingPending to getOnboarding)
  • align unit test
  • align open api

Motivation and Context

Before opening the contract dowload and upload page, the verifyOnboarding API is called to check if the onboarding request is still valid.
Due to new errors pages management with 3 different error pages, it was no longer possible to call the onboardingPending API, which returned only if the onboarding was valid or not.
Therefore the designed solution is to return the whole onboarding entity so that all information are available and it's possible to distinguish the 3 errors cases.

How Has This Been Tested?

It was tested locally.

Screenshots (if appropriate):

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@giulia-tremolada giulia-tremolada marked this pull request as ready for review March 15, 2024 17:06
@giulia-tremolada giulia-tremolada requested a review from a team as a code owner March 15, 2024 17:06
Copy link

1 similar comment
Copy link

@gianmarcoplutino gianmarcoplutino self-requested a review March 19, 2024 16:51
@giulia-tremolada giulia-tremolada merged commit 4e05f3a into release-dev Mar 19, 2024
3 of 4 checks passed
@giulia-tremolada giulia-tremolada deleted the feature/SELC-4476 branch March 19, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants