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

[IOPAE-1092] Add institutions endpoint #364

Merged
merged 7 commits into from
Apr 23, 2024
Merged

Conversation

adelloste
Copy link
Member

Short description

This PR adds GET /institutions endpoint

List of changes proposed in this pull request

  • Added GET /institutions endpoint in order to retrieve the list of institutions. The list can be filtered by institution name and scope.

How to test

You can test this PR using a REST client

@adelloste adelloste changed the title [IOPAE-1092] Add institutions route [IOPAE-1092] Add institutions endpoint Apr 13, 2024
@adelloste adelloste marked this pull request as ready for review April 22, 2024 17:41
@adelloste adelloste requested a review from a team as a code owner April 22, 2024 17:41
Copy link
Contributor

@giuseppedipinto giuseppedipinto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@adelloste adelloste merged commit 7f283d3 into master Apr 23, 2024
6 checks passed
@adelloste adelloste deleted the IOPAE-1092-api-institutions branch April 23, 2024 07:54
adelloste added a commit to pagopa/io-app that referenced this pull request Apr 23, 2024
This PR depends on #5686,
#5702

## Short description
This PR adds the new list of national institutions.

<details open><summary>Details</summary>
<p>

| institutions  | 
| - |
| <video
src="https://github.com/pagopa/io-app/assets/29163287/dfd8dd19-17c0-4aa4-b04f-292a77854220"
width="300"/> |

</p>
</details> 

## List of changes proposed in this pull request
- bump the `io-app-design-system` library to `1.36.0`
- added the `ServiceHomeInstitutionList` component
- added the custom hook `useHomeInstitutionsFetcher` to fetch the
paginated list of national institutions
- added tests
- updated langs

## How to test
Using[
io-dev-api-server](pagopa/io-dev-api-server#364),
navigate to the services tab. Check that the screen is displayed
correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants