-
Notifications
You must be signed in to change notification settings - Fork 4
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
[IOPAE-1118] Add institution's services endpoint #372
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #372 +/- ##
==========================================
- Coverage 70.02% 69.74% -0.28%
==========================================
Files 151 152 +1
Lines 4794 4826 +32
Branches 573 576 +3
==========================================
+ Hits 3357 3366 +9
- Misses 1363 1383 +20
- Partials 74 77 +3
Continue to review full report in Codecov by Sentry.
|
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.
LGTM
…5744) This PR depends on #5739 ## Short description This PR handles failure state when fetching the institution's services. ## List of changes proposed in this pull request - added InstitutionServicesFailure component - updated InstitutionServicesScreen to manage failure state ## How to test Using `io-dev-api-server`, checkout this PR pagopa/io-dev-api-server#372, set the status code to 500. Navigate to the services tab and tap on an institution. Check the error card
Short description
This PR adds GET
/institutions/:institutionId/services
endpointList of changes proposed in this pull request
/institutions/:institutionId/services
endpoint to retrieve the institution's services.How to test
You can test this PR using a REST client