-
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
PIN-3519 Alignment to Selfcare API v.2 #240
Conversation
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/ClientsApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
@@ -4757,17 +4739,17 @@ paths: | |||
schema: | |||
type: integer | |||
description: Time interval in milliseconds. Allowed requests will be constantly replenished during the interval. At the end of the interval the max allowed requests will be available | |||
'/relationships/{relationshipId}': | |||
'/users/{userId}': |
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.
@ruggerocastagnola this endpoint is a bit changed now that we have the userId
.
What does the frontend need here? Just the info of a specific user or the info of the user related to a Tenant (eg name and roles)?
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.
What is the difference? The minimal set of info needed about a user in all related endpoints are:
- name
- surname
- id
- role on platform
Right now we also have the tax code but that is not mandatory, in case
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/ClientsApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/ClientsApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/ClientsApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
src/main/scala/it/pagopa/interop/backendforfrontend/api/impl/SelfcareApiServiceImpl.scala
Outdated
Show resolved
Hide resolved
Co-authored-by: nttdata-rtorsoli <riccardo.torsoli@emeal.nttdata.com>
It needs PIN-3518, PIN-3515, PIN-4112 to compile