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-1086] add services app backend apis #1121

Merged
merged 20 commits into from
May 15, 2024

Conversation

StefanoDoc
Copy link
Contributor

@StefanoDoc StefanoDoc commented May 14, 2024

Implementation of new api for services, including search engine.

List of Changes

  • ADD findInstitutions GET /api/v2/institutions endpoint, this Api allow to search for institutions.
  • ADD findInstutionServices GET /api/v2/institutions/{institutionId}/services endpoint, this api allow to search for instituition services.
  • ADD getFeaturedInstitutions GET /api/v2/institutions/featured endpoint, this Api allow to retrieve the featured institutions(which will shown on the app service tab).
  • ADD getFeaturedServices GET /api/v2/services/featured, this Api allow to retrieve the featured services(which will shown on the app service tab).
  • ADD getServiceById GET /api/v2/services/{serviceId}, this Api allow to retrieve the service details.

Motivation and Context

How Has This Been Tested?

Unit Tests

Screenshots (if appropriate):

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

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

Copy link

Jira Pull Request Link

This Pull Request refers to the following Jira issue IOPAE-1086

@giamma1295 giamma1295 requested a review from gunzip May 14, 2024 19:48
@giamma1295 giamma1295 marked this pull request as ready for review May 15, 2024 08:00
@giamma1295 giamma1295 requested a review from a team as a code owner May 15, 2024 08:00
@giamma1295 giamma1295 requested a review from BurnedMarshal May 15, 2024 08:00
@giamma1295 giamma1295 changed the title WIP:[#IOPAE-1086] add services app backend apis [#IOPAE-1086] add services app backend apis May 15, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.3% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

@giamma1295 giamma1295 left a comment

Choose a reason for hiding this comment

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

LGTM

@giamma1295 giamma1295 merged commit c9c2e87 into master May 15, 2024
6 checks passed
@giamma1295 giamma1295 deleted the IOPAE-1086-add-services-app-backend-apis branch May 15, 2024 12:53
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