-
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
CDPS-1054: Added template API for iteration 1 #3
Conversation
mtac50
commented
Nov 19, 2024
- Final references to the template project updated.
- Template API for iteration 1 added.
- Basic tests added.
- Dev deployment fixed.
- Security check notification pointed at conect-dps-dev
…otected Characteristics domains.
…to the local hmpps auth container url
…to reference data to either role.
...ersonintegrationapi/common/config/UserEnhancedOAuth2ClientCredentialGrantRequestConverter.kt
Outdated
Show resolved
Hide resolved
...in/uk/gov/justice/digital/hmpps/personintegrationapi/common/config/WebClientConfiguration.kt
Outdated
Show resolved
Hide resolved
...mpps/personintegrationapi/corepersonrecord/dto/request/CorePersonRecordV1UpdateRequestDto.kt
Outdated
Show resolved
Hide resolved
required = true, | ||
nullable = false, | ||
) | ||
val fieldValue: String, |
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.
Are we only able to update strings using this request?
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.
I suppose birth date will follow at some point as an example
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.
This was mainly just for the iteration 1 fields as the PoC. This will be expanded to a more complete object using either JSONNullable
or the Nullish
type from the prison person api.
...e/digital/hmpps/personintegrationapi/corepersonrecord/resource/CorePersonRecordV1Resource.kt
Show resolved
Hide resolved
...e/digital/hmpps/personintegrationapi/corepersonrecord/resource/CorePersonRecordV1Resource.kt
Outdated
Show resolved
Hide resolved
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
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